Ask HN: Becoming an iPhone app Dev.
1–10 of 23 posts
Re: Ask HN: Becoming an iPhone app Dev.
#2Learn iPhone Development: http://www.youtube.com/playlist?list=PL53038489615793F7&...
Re: Ask HN: Becoming an iPhone app Dev.
#3Learn Objective C: http://www.youtube.com/playlist?list=PL640F44F1C97BA581&... Learn iPhone Development: http://www.youtube.com/playlist?list=PL53038489615793F7&...
Re: Ask HN: Becoming an iPhone app Dev.
#4Re: Ask HN: Becoming an iPhone app Dev.
#5Learn Objective C: http://www.youtube.com/playlist?list=PL640F44F1C97BA581&... Learn iPhone Development: http://www.youtube.com/playlist?list=PL53038489615793F7&...
Seems.. easy enough. Are these videos good enough?
http://www.amazon.com/Beginning-iPhone-Development-Exploring...
The book is kind of dated, so I would recommend looking for something more recent.
Re: Ask HN: Becoming an iPhone app Dev.
#6Learn Objective C: http://www.youtube.com/playlist?list=PL640F44F1C97BA581&... Learn iPhone Development: http://www.youtube.com/playlist?list=PL53038489615793F7&...
Seems.. easy enough. Are these videos good enough?
This seems like a pretty good book, I bought the one I linked above, but reading isn't really my thing. I learn better through seeing.
Re: Ask HN: Becoming an iPhone app Dev.
#7Re: Ask HN: Becoming an iPhone app Dev.
#8Re: Ask HN: Becoming an iPhone app Dev.
#9The professor is very good, the lectures are current as of iOS 5, and they've made the slides and code available as well.
Re: Ask HN: Becoming an iPhone app Dev.
#10What worked for me was porting simple programs I'd written (in Java) to the iPhone. Java is actually pretty similar to Objective C, and some of it was literally just cut and paste. I imagine C++ is very similar too. At first the programs weren't even visual- they were essentially just command-line programs. That way I could focus on learning the basics of the language before learning all the high-level libraries.
Once you get "hello world" working it shouldn't be too hard to build simple programs off of that. Porting an existing program might provide useful structure to your learning if that's your style. Good luck!