Difference between revisions of "Android"
From Teknologisk videncenter
(New page: Getting started: [http://developer.android.com/sdk/index.html link SDK]) |
|||
(9 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | Getting started: | + | == Getting started: == |
− | [http://developer.android.com/sdk/index.html | + | These 3 links will help to get you started with Android development in Eclipse. |
+ | |||
+ | Read them in this order: | ||
+ | |||
+ | [http://developer.android.com/sdk/index.html Setting up your SDK] | ||
+ | |||
+ | [http://developer.android.com/guide/index.html Programming guide] | ||
+ | |||
+ | [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 13: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:
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