Difference between revisions of "Basic Android"

esse quam videri
Jump to: navigation, search
Line 1: Line 1:
 
=Android Basics=
 
=Android Basics=
 +
 +
*Install 32 bit Java JDK http://www.oracle.com/technetwork/java/javase/downloads/index.html
 +
 
*App Inventor Pretty basic web interface an blocks editor to build simple android apps http://appinventor.googlelabs.com/about/ <html><img src="http://appinventor.googlelabs.com/static/images/appinventor_logo.gif"></html>
 
*App Inventor Pretty basic web interface an blocks editor to build simple android apps http://appinventor.googlelabs.com/about/ <html><img src="http://appinventor.googlelabs.com/static/images/appinventor_logo.gif"></html>
 
**Setup App Inventor http://appinventor.googlelabs.com/learn/setup/
 
**Setup App Inventor http://appinventor.googlelabs.com/learn/setup/
 +
 
*Android SDK
 
*Android SDK
 
**http://developer.android.com/sdk/index.html
 
**http://developer.android.com/sdk/index.html
 +
**Install SDK Installer http://developer.android.com/sdk/tools-notes.html
 +
**Install Eclipse http://www.eclipse.org/downloads/
 +
**Install Eclipse ADT Plugin http://developer.android.com/sdk/eclipse-adt.html#installing
 +
 
*Android NDK
 
*Android NDK
 
**http://developer.android.com/ndk/index.html
 
**http://developer.android.com/ndk/index.html

Revision as of 15:33, 14 July 2011

Android Basics