Difference between revisions of "Android 4 App Development Essentials"

From Techotopia
Jump to: navigation, search
Line 46: Line 46:
 
#* [[Creating an Android Virtual Device (AVD)|Moving and Renaming an Android Virtual Device]]<br><br>
 
#* [[Creating an Android Virtual Device (AVD)|Moving and Renaming an Android Virtual Device]]<br><br>
 
# [[Creating an Example Android Application]]
 
# [[Creating an Example Android Application]]
 +
#* [[Creating an Example Android Application|Creating a New Android Project]]
 +
#* [[Creating an Example Android Application|Defining the Project Name and SDK Settings]]
 +
#* [[Creating an Example Android Application|Project Configuration Settings]]
 +
#* [[Creating an Example Android Application|Configuring the Launcher Icon]]
 +
#* [[Creating an Example Android Application|Creating an Activity]]
 +
#* [[Creating an Example Android Application|Running the Application in the AVD]]
 +
#* [[Creating an Example Android Application|Stopping a Running Application]]
 +
#* [[Creating an Example Android Application|Modifying the Example Application]]
 +
#* [[Creating an Example Android Application|Reviewing the Layout and Resource Files]]<br><br>
 +
# [[Testing Android Applications on a Physical Android Device with ADB]]
  
 
# [[Using the Android GridLayout Manager in the Graphical Layout Tool]]
 
# [[Using the Android GridLayout Manager in the Graphical Layout Tool]]

Revision as of 16:50, 26 June 2013

Table of ContentsNext
Introduction to Android 4.2 App Development Essentials


© 2013 Neil Smyth / Payload Media. This eBook is provided for personal use only. Unauthorized use, reproduction and/or distribution strictly prohibited. All rights reserved.


<google>BUY_ANDROID</google>


Table of Contents

  1. Introduction to Android 4.2 App Development Essentials
  2. Setting up an Android Development Environment
  3. Creating an Android Virtual Device (AVD)
  4. Creating an Example Android Application
  5. Testing Android Applications on a Physical Android Device with ADB
  1. Using the Android GridLayout Manager in the Graphical Layout Tool
  2. Working with the Android GridLayout in XML Layout Resources
  3. An Android Master/Detail Flow Tutorial