> Best source for becoming a master at app development?

Best source for becoming a master at app development?

Posted at: 2014-12-18 
I can only tell you how I learned to program.

When learning to program you need to read, read, read. Read everything you can on the language you are learning. If you don't understand what you're reading, read it anyway. Then read it through again until you understand it.

Also, look at other people's source code. Not just one persons, but a few. If there are things you don't understand in the program, go to the manual and read what is going on until you understand it.

When you get to the point where you're thinking, "Why did they code it this way? I would of done it like this..." you're starting to understand the language.

Realize that not all programmers do thing the same way. Once you can "read" a programming language and understand it then you've learned the syntax and logic of the language and can begin to code in it well.

Find an Objective C tutorial on the Internet and do it. Then find another one.

In my day I didn't have the Internet. I learned to program using a computer and the manual, not much availability of source code to peruse. A lot easier to learn when you can see how others do things, but don't be stuck doing things the ways others are. If you can think of a better way you should try it.

You shouldn't just strive to become a master at app development. You should also work to become a master at finding books at the library. Find one that looks comprehensive and well-written. Then you can look online and get reviews and maybe find a used one cheap.

You have to become a master in coding in your platform. So try study coding from books and online tutorial. They can help you become a master in app. Good Luck!

Your Brain, and some theory related books to support it!

Hello, I'm a 15 year old guy who has been interested in app developing for ios for a while now and I've been learning the basics but I feel like I'm not learning much. Is there any website or source I can use to become a great app developer and a master at the language? Also are there any languages I should learn before learning objective c?