Difference between revisions of "Android"

From Teknologisk videncenter
Jump to: navigation, search
Line 10: Line 10:
  
 
[http://developer.android.com/resources/samples/index.html Sample code and tutorials]
 
[http://developer.android.com/resources/samples/index.html Sample code and tutorials]
 +
 +
Another excellent resource (easy to read and follow plus very comprehensive) is here:
 +
 +
[http://www.vogella.de/articles/Android/article.html Lars Vogel Android Development Tutorial]
  
 
[[Category:Programming]][[Category:Android]]
 
[[Category:Programming]][[Category:Android]]

Revision as of 15:40, 11 January 2012

Getting started:

These 3 links will help to get you started with Android development in Eclipse.

Read them in this order:

Setting up your SDK

Programming guide

Sample code and tutorials

Another excellent resource (easy to read and follow plus very comprehensive) is here:

Lars Vogel Android Development Tutorial