Difference between revisions of "Kindle Fire Development Essentials"

From Techotopia
Jump to: navigation, search
Line 96: Line 96:
 
#* [[Handling Android Activity State Changes|Activity Lifetimes]]<br><br>
 
#* [[Handling Android Activity State Changes|Activity Lifetimes]]<br><br>
 
# [[Android Activity State Changes – An Example Application]]
 
# [[Android Activity State Changes – An Example Application]]
 +
#* [[Android Activity State Changes – An Example Application|Creating the State Change Example Project]]
 +
#* [[Android Activity State Changes – An Example Application|Creating a Kindle Fire Device Configuration]]
 +
#* [[Android Activity State Changes – An Example Application|Designing the User Interface]]
 +
#* [[Android Activity State Changes – An Example Application|Overriding the Activity Lifecycle Methods]]
 +
#* [[Android Activity State Changes – An Example Application|Enabling and Filtering the LogCat Panel]]
 +
#* [[Android Activity State Changes – An Example Application|Running the Application]]
 +
#* [[Android Activity State Changes – An Example Application|Experimenting with the Activity]]
 +
#* [[Android Activity State Changes – An Example Application|Saving Dynamic State]]<br><br>
 +
# [[Saving and Restoring the User Interface State of an Android Activity]]

Revision as of 19:23, 17 May 2012

Table of ContentsNext
An Overview and History of the Kindle Fire


<google>BUY_KINDLE_FIRE</google>


Table of Contents

  1. An Overview and History of the Kindle Fire
  2. Setting Up a Kindle Fire Android Development Environment
  3. Creating a Kindle Fire Android Virtual Device (AVD)
  4. Creating an Example Kindle Fire Android Application
  5. Testing Android Applications on a Physical Kindle Fire Device
  6. An Overview of the Kindle Fire 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