Android SDK

Started 7jun2011

Android development basics

  1. Android development fundamentals: How to get started by Justin James, 12mar2010
  2. http://androidforbeginners.blogspot.com/
      1. http://androidforbeginners.blogspot.com/2009/12/first-hand-look-at-building-android.html 7.58 minutes, seen.
  3. http://stackoverflow.com/questions/tagged/android
    1. http://pragprog.com/titles/eband/hello-android This third edition covers all Android versions from Android 1.5 to Android 2. USD22 for ebook.

Android SDK

    1. From http://developer.android.com/sdk/index.html
    2. Downloaded SDK 32MB http://dl.google.com/android/installer_r11-windows.exe
    3. Downloading JDK 76MB http://download.oracle.com/otn-pub/java/jdk/6u25-b06/jdk-6u25-windows-i586.exe
    4. To download Eclipse and ADT; ref http://developer.android.com/sdk/requirements.html
    5. Reviewing http://developer.android.com/sdk/installing.html
      1. [x] Step 1. Preparing Your Development Computer
        1. Which IDE? Eclipse? Netbeans? IntelliJ IDEA? Likely the first.
        2. On hold, try App Inventor first.

App Inventor

  1. http://appinventor.googlelabs.com/learn/ App Inventor lets you develop applications for Android phones using a web browser and either a connected phone or emulator.
    1. Reviewing http://appinventor.googlelabs.com/learn/setup/index.html
      1. Step 1 - Set up your computer
        1. [x] Test your Java configuration
        2. [x] Installed the App Inventor Setup Software, 90MB http://dl.google.com/dl/appinventor/installers/windows/appinventor_setup_installer_v_1_2.exe
      2. Step 2 - develop with the emulator
        1. Finished http://appinventor.googlelabs.com/learn/setup/hellopurr/hellopurrpart2.html .