Difference between revisions of "Kindle Fire Development Essentials"

From Techotopia
Jump to: navigation, search
Line 39: Line 39:
 
#* [[Creating a Kindle Fire Android Virtual Device (AVD)|Moving and Renaming an Android Virtual Device]]<br><br>
 
#* [[Creating a Kindle Fire Android Virtual Device (AVD)|Moving and Renaming an Android Virtual Device]]<br><br>
 
# [[Creating an Example Kindle Fire Android Application]]
 
# [[Creating an Example Kindle Fire Android Application]]
 
+
# [[Creating an Example Kindle Fire Android Application|Creating a New Android Project]]
 +
# [[Creating an Example Kindle Fire Android Application|Defining the Project Name and SDK Settings]]
 +
#* [[Creating an Example Kindle Fire Android Application|Project Configuration Settings]]
 +
#* [[Creating an Example Kindle Fire Android Application|Configuring the Launcher Icon]]
 +
#* [[Creating an Example Kindle Fire Android Application|Creating an Activity]]
 +
#* [[Creating an Example Kindle Fire Android Application|Running the Application in the AVD]]
 +
#* [[Creating an Example Kindle Fire Android Application|Stopping a Running Application]]
 +
#* [[Creating an Example Kindle Fire Android Application|Modifying the Example Application]]
 +
#* [[Creating an Example Kindle Fire Android Application|Reviewing the Layout and Resource Files]]<br><br>
  
  

Revision as of 14:44, 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. Creating a New Android Project
  7. Defining the Project Name and SDK Settings


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