Difference between revisions of "Android 4 App Development Essentials"

From Techotopia
Jump to: navigation, search
Line 123: Line 123:
 
#* [[Understanding Android Views, View Groups and Layouts|Creating User Interfaces]]<br><br>
 
#* [[Understanding Android Views, View Groups and Layouts|Creating User Interfaces]]<br><br>
 
# [[Designing an Android User Interface using the Graphical Layout Tool]]
 
# [[Designing an Android User Interface using the Graphical Layout Tool]]
 +
#* [[Designing an Android User Interface using the Graphical Layout Tool|The Android Graphical Layout Tool]]
 +
#* [[Designing an Android User Interface using the Graphical Layout Tool|A Graphical Layout Tool Example]]
 +
#* [[Designing an Android User Interface using the Graphical Layout Tool|Adding an XML Resource File to the Project]]
 +
#* [[Designing an Android User Interface using the Graphical Layout Tool|Editing View Properties]]
 +
#* [[Designing an Android User Interface using the Graphical Layout Tool|Using the View Properties Sheet]]
 +
#* [[Designing an Android User Interface using the Graphical Layout Tool|Creating a New Activity]]
 +
#* [[Designing an Android User Interface using the Graphical Layout Tool|Adding the New Activity to the Manifest File]]
 +
#* [[Designing an Android User Interface using the Graphical Layout Tool|Running the Application]]
 +
#* [[Designing an Android User Interface using the Graphical Layout Tool|Manually Creating an XML Layout]]
 +
#* [[Designing an Android User Interface using the Graphical Layout Tool|Using the Hierarchy Viewer]]<br><br>
 +
# [[Creating an Android User Interface in Java Code]]
  
 
# [[Using the Android GridLayout Manager in the Graphical Layout Tool]]
 
# [[Using the Android GridLayout Manager in the Graphical Layout Tool]]

Revision as of 18:46, 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
  8. Understanding Android Application and Activity Lifecycles
  9. Handling Android Activity State Changes
  10. Android Activity State Changes - An Example Application
  11. Saving and Restoring the User Interface State of an Android Activity
  12. Understanding Android Views, View Groups and Layouts
  13. Designing an Android User Interface using the Graphical Layout Tool
  14. Creating an Android User Interface in Java Code
  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