Live data from Hacker News

Begin with learning Android or iOS?

news.ycombinator.com

1–8 of 8 posts

Begin with learning Android or iOS?

#1
I am web programmer(LAMP stack) & 3x entrepreneur and planning to take a break from work to learn mobile dev.

Which mobile dev. shall I learn for next 3-4 months? Android or iOS? My end goal is build some mobile-first products in future.

Although, I will be hiring experienced folks to build these products but I prefer building working prototypes before taking up any business idea full time.

If possible, also suggest some good resource to learn whatever framework/OS you suggest.

Re: Begin with learning Android or iOS?

#3
I learned iOS/Objective-C as my first programming language. I've tinkered around with Android but haven't shipped much. I would recommend iOS. You get the interface builder/storyboards which should help you prototype.

Re: Begin with learning Android or iOS?

#4
I would start with iOS. With each of these paths, you will be ready to build your first project.

Books

http://www.amazon.com/Objective-C-Programming-Ranch-Guide-Gu...

http://www.amazon.com/iOS-Programming-Ranch-Edition-Guides/d...

Videos

http://www.codeschool.com/paths/ios

http://teamtreehouse.com/library/ios-development

Re: Begin with learning Android or iOS?

#7
Android has a more iterative state of mind. I would do that. Also, It is becoming much more popular, has more users, ... And seems to be winning the fight for mobile phones.

Once you get the product right, you could convert it to iOS. But it takes longer for having an iterative development process there... (long approval time = long waiting for feedback, ...)

Re: Begin with learning Android or iOS?

#8
This is really a hard call. On one hand Java is easier to learn than Obj-C in my opinion, on the other hand XCode provides a better workflow than Eclipse, IntelliJ or the newly released Android Studio.

Some people suggested going with a multi-platform framework. I'm against that because you will not really learn how Android or iOS apps really work.

For me, a multi-platform framework is really good when you have limited resources and want to quickly build an app for more platforms. For learning purposes, I recommend going native.