Difference between revisions of "Android"

From Teknologisk videncenter
Jump to: navigation, search
m (Links)
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:'''
 
 
If you have no experience with programming Java, I recommend Netbeans, since its easier to get started with.
 
 
[http://wiki.netbeans.org/IntroAndroidDevNetBeans Setting up Netbeans and a hello world]
 
 
----
 
==GSM==
 
[[Media:GSM grundl.pdf|GSM]] (PDF)
 
==Links==
 
[http://appinventor.googlelabs.com App Inventor]
 
 
[[Category:Programming]][[Category:Android]]
 
[[Category:Programming]][[Category:Android]]

Revision as of 15:34, 11 January 2012

Getting started:

Eclipse:

I recommend using these 3 links to get started if you have prior experience in Eclipse. Read them in this order.

Setting up your SDK

Programming guide

Sample code and tutorials