Difference between revisions of "Android 4 App Development Essentials"

From Techotopia
Jump to: navigation, search
Line 64: Line 64:
 
#* [[Testing Android Applications on a Physical Android Device with ADB|Manual Selection of the Application Run Target]]<br><br>
 
#* [[Testing Android Applications on a Physical Android Device with ADB|Manual Selection of the Application Run Target]]<br><br>
 
# [[An Overview of the Android Architecture]]
 
# [[An Overview of the Android Architecture]]
 +
#* [[An Overview of the Android Architecture|The Android Software Stack]]
 +
#* [[An Overview of the Android Architecture|The Linux Kernel]]
 +
#* [[An Overview of the Android Architecture|Android Runtime - Dalvik Virtual Machine]]
 +
#* [[An Overview of the Android Architecture|Android Runtime – Core Libraries]]
 +
#* [[An Overview of the Android Architecture|Dalvik VM Specific Libraries]]
 +
#* [[An Overview of the Android Architecture|Java Interoperability Libraries]]
 +
#* [[An Overview of the Android Architecture|Android Libraries]]
 +
#* [[An Overview of the Android Architecture|C/C++ Libraries]]
 +
#* [[An Overview of the Android Architecture|Application Framework]]
 +
#* [[An Overview of the Android Architecture|Applications]]<br><br>
 +
# [[The Anatomy of an Android Application]]
 +
 
# [[Using the Android GridLayout Manager in the Graphical Layout Tool]]
 
# [[Using the Android GridLayout Manager in the Graphical Layout Tool]]
 
#* [[Using the Android GridLayout Manager in the Graphical Layout Tool|Introducing the Android GridLayout and Space Classes]]
 
#* [[Using the Android GridLayout Manager in the Graphical Layout Tool|Introducing the Android GridLayout and Space Classes]]

Revision as of 17:48, 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
  6. An Overview of the Android Architecture
  7. The Anatomy of an Android Application
  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