Kindle Fire Development Essentials

From Techotopia
Revision as of 20:05, 15 May 2013 by Neil (Talk | contribs)

Jump to: navigation, search
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



  1. Creating a Kindle Fire Android Virtual Device (AVD)
  2. Creating an Example Kindle Fire Android Application
  3. Testing Android Applications on a Physical Kindle Fire Device
  4. An Overview of the Kindle Fire Android Architecture
  5. The Anatomy of an Android Application
  6. Understanding Android Application and Activity Lifecycles
  7. Handling Android Activity State Changes
  8. Android Activity State Changes – An Example Application
  9. Saving and Restoring the User Interface State of an Android Activity
  10. Understanding Android Views, View Groups and Layouts
  11. Designing an Android User Interface using the Graphical Layout Tool
  12. Creating an Android User Interface in Java Code
  13. An Overview and Example of Android Event Handling
  14. Android Touch and Multi-touch Event Handling
  15. Android Gesture and Pinch Recognition on the Kindle Fire
  16. An Overview of Android Intents
  17. Android Explicit Intents – A Worked Example
  18. Android Implicit Intents – A Worked Example
  19. Android Broadcast Intents and Broadcast Receivers
  20. A Basic Overview of Android Threads and Thread handlers
  21. An Overview of Android Started and Bound Services
  22. Implementing an Android Started Service – A Worked Example
  23. Android Local Bound Services – A Worked Example
  24. Android Remote Bound Services – A Worked Example