Saturday, May 12, 2012

Android Basics Contd..

To study android from the scratch, the first most easy tutorial for the basic is
1) Mobile Orchard (just for basics)
http://mobileorchard.com/category/tutorials/page/7/
2)Vogella(clearing the basic concepts with example and more topics in android)
http://www.vogella.com/android.html
3)Developer Android(for all concepts with examples and details)
http://developer.android.com/guide/basics/what-is-android.html

No comments:

Post a Comment

MVC - MVP : Difference between these design patterns?

In traditional UI development - developer used to create a  View  using window or usercontrol or page and then write all logical code ...