Where to start - programming for mobile phones
1–10 of 15 posts
Re: Where to start - programming for mobile phones
#2Re: Where to start - programming for mobile phones
#3http://pragprog.com/titles/eband/hello-android
The only supported language on Android is Java, so I'd stick with that.
Re: Where to start - programming for mobile phones
#4Attractive though Android is there is no shipping phone and thus a zero market (at the moment anyway) [We have developed an Android app but it's sitting on the shelf while we wait and see what happens].
Re: Where to start - programming for mobile phones
#5Re: Where to start - programming for mobile phones
#6Good luck.
Re: Where to start - programming for mobile phones
#7Re: Where to start - programming for mobile phones
#8Android is going to push you towards "Java". And iPhone will hook you with Objective-C. (Unless you focus on doing web-based apps, which may be a good way to get your feet wet.)
Re: Where to start - programming for mobile phones
#9Also, can anyone recommend a good cocoa book?
Re: Where to start - programming for mobile phones
#10One thing to remember is if you make use of any of the even a little bit fancy functionality of the cell phone through J2ME (SMS send/receive, Phone book integration or location based services) your app probably won't work on real handset outside the emulator - at least in US. All cell phone carriers here are control freaks and they have turned off all those permissions for any "not officially blessed" third party app. This is the main reason for the lack of any worthwhile mobile applications in the first place!