Difference between revisions of "Android Development Model"

From DAVE Developer's Wiki
Jump to: navigation, search
(Introduction)
(Introduction)
Line 4: Line 4:
  
 
===Introduction===
 
===Introduction===
 +
 +
 +
=== Development tools ===
 +
 +
In order to start development of Android “Apps”, first of all you should download and install the Android SDK (http://developer.android.com/sdk/index.html). Please follow the instructions reported on http://developer.android.com/sdk/installing.html in order to properly install the SDK. If you want to use Eclipse as IDE, you should also install the Android Development Tools (ADT) Plugin (please find here the related instructions: http://developer.android.com/sdk/eclipse-adt.html#installing).
 +
 +
[... (img)]
 +
 +
A lot of information on how to start programming can be found here: http://developer.android.com/guide/developing/index.html.
 +
 +
For further information, please refer to http://developer.android.com/index.html
  
 
=== Useful Links ===
 
=== Useful Links ===
  
 
[https://developer.android.com/training/index.html Tutorial]
 
[https://developer.android.com/training/index.html Tutorial]

Revision as of 10:34, 20 July 2012

Info Box
Android-logo.jpg Applies to Android

Introduction[edit | edit source]

Development tools[edit | edit source]

In order to start development of Android “Apps”, first of all you should download and install the Android SDK (http://developer.android.com/sdk/index.html). Please follow the instructions reported on http://developer.android.com/sdk/installing.html in order to properly install the SDK. If you want to use Eclipse as IDE, you should also install the Android Development Tools (ADT) Plugin (please find here the related instructions: http://developer.android.com/sdk/eclipse-adt.html#installing).

[... (img)]

A lot of information on how to start programming can be found here: http://developer.android.com/guide/developing/index.html.

For further information, please refer to http://developer.android.com/index.html

Useful Links[edit | edit source]

Tutorial