Difference between revisions of "Android"

From Teknologisk videncenter
Jump to: navigation, search
Line 1: Line 1:
 
== Getting started: ==
 
== Getting started: ==
  
I recommend using these 3 links to get started. Read them in this order.
+
'''Eclipse:'''
  
'''Official links:'''
+
I recommend using these 3 links to get started if you have prior experience in Eclipse. 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 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]
 +
 +
'''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]
  
 
----
 
----

Revision as of 08:39, 22 September 2010

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

Netbeans:

If you have no experience with programming Java, I recommend Netbeans, since its easier to get started with.

Setting up Netbeans and a hello world