Difference between revisions of "Android 4 App Development Essentials"

From Techotopia
Jump to: navigation, search
Line 75: Line 75:
 
#* [[An Overview of the Android Architecture|Applications]]<br><br>
 
#* [[An Overview of the Android Architecture|Applications]]<br><br>
 
# [[The Anatomy of an Android Application]]
 
# [[The Anatomy of an Android Application]]
 +
#* [[The Anatomy of an Android Application|Android Activities]]
 +
#* [[The Anatomy of an Android Application|Android Intents]]
 +
#* [[The Anatomy of an Android Application|Broadcast Intents]]
 +
#* [[The Anatomy of an Android Application|Broadcast Receivers]]
 +
#* [[The Anatomy of an Android Application|Android Services]]
 +
#* [[The Anatomy of an Android Application|Content Providers]]
 +
#* [[The Anatomy of an Android Application|The Application Manifest]]
 +
#* [[The Anatomy of an Android Application|Application Resources]]
 +
#* [[The Anatomy of an Android Application|Application Context]]<br><br>
 +
# [[Understanding Android Application and Activity Lifecycles]]
 +
#* [[Understanding Android Application and Activity Lifecycles|Android Applications and Resource Management]]
 +
#* [[Understanding Android Application and Activity Lifecycles|Android Process States]]
 +
#* [[Understanding Android Application and Activity Lifecycles|Foreground Process]]
 +
#* [[Understanding Android Application and Activity Lifecycles|Visible Process]]
 +
#* [[Understanding Android Application and Activity Lifecycles|Service Process]]
 +
#* [[Understanding Android Application and Activity Lifecycles|Background Process]]
 +
#* [[Understanding Android Application and Activity Lifecycles|Empty Process]]
 +
#* [[Understanding Android Application and Activity Lifecycles|Inter-Process Dependencies]]
 +
#* [[Understanding Android Application and Activity Lifecycles|The Activity Lifecycle]]
 +
#* [[Understanding Android Application and Activity Lifecycles|The Activity Stack]]
 +
#* [[Understanding Android Application and Activity Lifecycles|Activity States]]
 +
#* [[Understanding Android Application and Activity Lifecycles|Handling State Change]]<br><br>
 +
# [[Handling Android Activity State Changes]]
  
 
# [[Using the Android GridLayout Manager in the Graphical Layout Tool]]
 
# [[Using the Android GridLayout Manager in the Graphical Layout Tool]]

Revision as of 17:56, 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
  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