Programming startup

Asked

Viewed 132 times

-5

Good morning, I’m the most beginner you can imagine in programming. I would like to learn how to make/know software for Smartphones (Apple, Android and Windows) but I don’t even know where to start, can you give me tips on how to start? What should I know? Tips from websites that have literatures, etc, etc.

I have a degree in Electrical Engineering.

Hugs for all

  • 1

    Question out of scope, so much content could be clarified in chat.

  • 1

    He has no reputation for chat.

2 answers

0


Try to understand and study first of all, paradigms.

Technologies follow paradigms, such as object orientation, events, sequential, etc. The important thing is that you understand what you are writing, know how to plan and design before writing or worse, copy something you could have done better. The main characteristic of a good developer is to understand the problem and have the solution before writing anything.

In this way, I understand that you should start with introductory courses on Object Orientation, Design Patterns and Programming Logic. This is enough to start and then apply in any language, Java, Groovy, Python, C# and etc.

After that you will manage to guide yourself in a much more objective way, the path of the stones will become more profitable.

  • Thank you Guiandmag

-1

Well, since you want to get directly into mobile development, the video lessons on this channel are best for beginners: Link Videos. He has already approached android and is starting with Windows Phone now. A very good book on android is that of Ricardo Lecheta, undoubtedly the best national: Book link. However, as he says in the book, it is necessary to know a little bit of java to understand the book well, so I point out a basic java book, Use the Head! Java: Book link.

Websites about android, windows phone and iOS exist several, but the only one I know well and indico is this: Link Site, which is about android and java.

I think with these references you already have good content and for a good study time.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.