Suggest books/learning path for writing smartphone apps

Posted by chibineku on Stack Overflow See other posts from Stack Overflow or by chibineku
Published on 2010-04-27T19:05:45Z Indexed on 2010/04/27 19:23 UTC
Read the original article Hit count: 317

I have been writing a lot of HTML, CSS, PHP, MySQL and JavaScript lately working on a website, and I would like to move on to 'proper' OOP with an eye to making smartphone apps.

I would like to at least cover iPhone and BlackBerry, which means learning Objective C, Cocoa and Java, before learning the specifics of interacting with the devices themselves, such as native bluetooth/GPS/internet API/methods.

I would appreciate pointers to books or resources that will get me from a procedural web developer to object oriented app-maker. Most of the reviews of books on Objective C and Java have been mixed. I am about to start working my way through Beginning Java Objects (APress) which I have borrowed from my brother, so even if it's not a good intro at least it was free!

© Stack Overflow or respective owner

Related posts about smartphone

Related posts about iphone