Difference between revisions of "Android"

From Teknologisk videncenter
Jump to: navigation, search
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
'''Getting started:'''
+
== Getting started: ==
 +
 
 +
These 3 links will help to get you started with Android development in Eclipse.
 +
 
 +
Read them in this order:
  
Official:
 
 
[http://developer.android.com/sdk/index.html Setting up your SDK]
 
[http://developer.android.com/sdk/index.html Setting up your SDK]
[http://developer.android.com/sdk/eclipse-adt.html Plugin for Eclipse]
+
 
 
[http://developer.android.com/guide/index.html Programming guide]
 
[http://developer.android.com/guide/index.html Programming guide]
 +
 
[http://developer.android.com/resources/samples/index.html Sample code and tutorials]
 
[http://developer.android.com/resources/samples/index.html Sample code and tutorials]
 +
 +
Two more excellent resources (easy to read and follow plus very comprehensive) are here:
 +
 +
[http://www.vogella.de/articles/Android/article.html Lars Vogel Android Development Tutorial]
 +
 +
[http://www.coreservlets.com/android-tutorial/ Marty Hall's brilliant and engaging Android programming tutorials]
 +
 +
[[Category:Programming]][[Category:Android]]

Latest revision as of 14:15, 18 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

Two more excellent resources (easy to read and follow plus very comprehensive) are here:

Lars Vogel Android Development Tutorial

Marty Hall's brilliant and engaging Android programming tutorials