Difference between revisions of "Kindle Fire Development Essentials"

From Techotopia
Jump to: navigation, search
Line 227: Line 227:
 
#* [[An Overview of Android Started and Bound Services|Starting a Service Running on System Startup]]<br><br>
 
#* [[An Overview of Android Started and Bound Services|Starting a Service Running on System Startup]]<br><br>
 
# [[Implementing an Android Started Service – A Worked Example]]
 
# [[Implementing an Android Started Service – A Worked Example]]
 +
#* [[Implementing an Android Started Service – A Worked Example|Creating the Example Project]]
 +
#* [[Implementing an Android Started Service – A Worked Example|Creating the Service Class]]
 +
#* [[Implementing an Android Started Service – A Worked Example|Adding the Service to the Manifest File]]
 +
#* [[Implementing an Android Started Service – A Worked Example|Starting the Service]]
 +
#* [[Implementing an Android Started Service – A Worked Example|Testing the IntentService Example]]
 +
#* [[Implementing an Android Started Service – A Worked Example|Using the Service Class]]
 +
#* [[Implementing an Android Started Service – A Worked Example|Creating the New Service]]
 +
#* [[Implementing an Android Started Service – A Worked Example|Modifying the User Interface]]
 +
#* [[Implementing an Android Started Service – A Worked Example|Running the Application]]
 +
#* [[Implementing an Android Started Service – A Worked Example|Creating a New Thread for Service Tasks]]<br><br>
 +
# [[Android Local Bound Services – A Worked Example]]

Revision as of 20:36, 30 July 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
  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
  15. An Overview and Example of Android Event Handling
  16. Android Touch and Multi-touch Event Handling
  17. Android Gesture and Pinch Recognition on the Kindle Fire
  18. An Overview of Android Intents
  19. Android Explicit Intents – A Worked Example
  20. Android Implicit Intents – A Worked Example
  21. Android Broadcast Intents and Broadcast Receivers
  22. A Basic Overview of Android Threads and Thread handlers
  23. An Overview of Android Started and Bound Services
  24. Implementing an Android Started Service – A Worked Example
  25. Android Local Bound Services – A Worked Example