Difference between revisions of "Android"

From Teknologisk videncenter
Jump to: navigation, search
m (Links)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Getting started: ==
 
== Getting started: ==
  
'''Eclipse:'''
+
These 3 links will help to get you started with Android development in Eclipse.
  
I recommend using these 3 links to get started if you have prior experience in Eclipse. Read them in this order.
+
Read them in this order:
  
 
[http://developer.android.com/sdk/index.html Setting up your SDK]
 
[http://developer.android.com/sdk/index.html Setting up your SDK]
Line 11: Line 11:
 
[http://developer.android.com/resources/samples/index.html Sample code and tutorials]
 
[http://developer.android.com/resources/samples/index.html Sample code and tutorials]
  
'''Netbeans:'''
+
Two more excellent resources (easy to read and follow plus very comprehensive) are here:
  
If you have no experience with programming Java, I recommend Netbeans, since its easier to get started with.
+
[http://www.vogella.de/articles/Android/article.html Lars Vogel Android Development Tutorial]
  
[http://wiki.netbeans.org/IntroAndroidDevNetBeans Setting up Netbeans and a hello world]
+
[http://www.coreservlets.com/android-tutorial/ Marty Hall's brilliant and engaging Android programming tutorials]
  
----
 
==GSM==
 
[[Media:GSM grundl.pdf|GSM]] (PDF)
 
==Links==
 
[http://appinventor.googlelabs.com App Inventor]
 
 
[[Category:Programming]][[Category:Android]]
 
[[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