Difference between revisions of "Kindle Fire Development Essentials"

From Techotopia
Jump to: navigation, search
Line 96: Line 96:
 
#* [[Handling Android Activity State Changes|The Android Activity Lifecycle Methods]]
 
#* [[Handling Android Activity State Changes|The Android Activity Lifecycle Methods]]
 
#* [[Handling Android Activity State Changes|Activity Lifetimes]]<br><br>
 
#* [[Handling Android Activity State Changes|Activity Lifetimes]]<br><br>
 +
# [[Android Activity State Changes by Example]]
  
  
  
  
# [[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]]
 
# [[Saving and Restoring the User Interface State of an Android Activity]]
 
#* [[Saving and Restoring the User Interface State of an Android Activity|Saving Dynamic State]]
 
#* [[Saving and Restoring the User Interface State of an Android Activity|Saving Dynamic State]]

Revision as of 16:40, 16 May 2013

Table of ContentsNext
An Overview and History of the Kindle Fire


<google>BUY_KINDLE_FIRE</google>


Table of Contents

  1. Introduction to Kindle Fire App Development Essentials
  2. An Overview of the Kindle Fire
  3. Setting up a Kindle Fire Android Development Environment
  4. Creating a Kindle Fire Android Virtual Device (AVD)
  5. Creating an Example Kindle Fire Android Application
  6. Testing Android Applications on a Physical Kindle Fire Device with ADB
  7. An Overview of the Kindle Fire Android Architecture
  8. The Anatomy of an Android Application
  9. Understanding Android Application and Activity Lifecycles
  10. Handling Android Activity State Changes
  11. Android Activity State Changes by Example



  1. Saving and Restoring the User Interface State of an Android Activity
  2. Understanding Android Views, View Groups and Layouts
  3. Designing an Android User Interface using the Graphical Layout Tool
  4. Creating an Android User Interface in Java Code
  5. An Overview and Example of Android Event Handling
  6. Android Touch and Multi-touch Event Handling
  7. Android Gesture and Pinch Recognition on the Kindle Fire
  8. An Overview of Android Intents
  9. Android Explicit Intents – A Worked Example
  10. Android Implicit Intents – A Worked Example
  11. Android Broadcast Intents and Broadcast Receivers
  12. A Basic Overview of Android Threads and Thread handlers
  13. An Overview of Android Started and Bound Services
  14. Implementing an Android Started Service – A Worked Example
  15. Android Local Bound Services – A Worked Example
  16. Android Remote Bound Services – A Worked Example