Difference between revisions of "Android"
From Teknologisk videncenter
Line 1: | Line 1: | ||
== Getting started: == | == Getting started: == | ||
− | + | '''Eclipse:''' | |
− | + | 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 07: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.
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