02
Mar
Targeting iPhone, iPad, and Android – WebCast Recording
Thanks to all that attended the Neudesic Mobility Webcast this morning on “Building solutions on the Microsoft platform that target iPhone, iPad, and Android devices”. It was fun to put together, and even though we went over time, the feedback was great.
For those that couldn’t make it, we’ve posted the recording of the session, together with the slides below. Hope you enjoy the material!
Simon –
This is an excellent presentation.
I just finished developing mobile application for Android 2.2 and iPhone OS4.0, consuming REST(JSON), connecting to Azure service based on MVC3 pattern.
Had the same dilemma about how I can write once and deployed on Android, iPhone and Windows 7.. After looking all different frameworks, I ended up building native applications in Java (for Android) and Objective C(for iPhone). Clearly it affected my productivity..I spent 10 days to build Android app and 30 days to build iPhone App. Learning curve for iPhone App was higher because I had to learn objective C first.
After looking at your presentation, it looks like MonoTouch may be a way to go!!