Difference between revisions of "Kindle Fire Development Essentials"

From Techotopia
Jump to: navigation, search
Line 48: Line 48:
 
#* [[Creating an Example Kindle Fire Android Application|Modifying the Example 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>
 
#* [[Creating an Example Kindle Fire Android Application|Reviewing the Layout and Resource Files]]<br><br>
 +
# [[Testing Android Applications on a Physical Kindle Fire Device with ADB]]<br><br>
 +
 +
 +
  
  
  
# [[Testing Android Applications on a Physical Kindle Fire Device]]
 
#* [[Testing Android Applications on a Physical Kindle Fire Device|An Overview of the Android Debug Bridge (adb)]]
 
#* [[Testing Android Applications on a Physical Kindle Fire Device|Configuring the adb to Detect a Kindle Fire Device]]
 
#* [[Testing Android Applications on a Physical Kindle Fire Device|Mac OS X Kindle Fire adb Configuration]]
 
#* [[Testing Android Applications on a Physical Kindle Fire Device|Windows Kindle Fire adb Configuration]]
 
#* [[Testing Android Applications on a Physical Kindle Fire Device|Configuring the adb_usb.ini File]]
 
#* [[Testing Android Applications on a Physical Kindle Fire Device|Configuring the Google USB Driver Package]]
 
#* [[Testing Android Applications on a Physical Kindle Fire Device|Installing the Google USB Device Driver]]
 
#* [[Testing Android Applications on a Physical Kindle Fire Device|Restarting the adb Server]]
 
#* [[Testing Android Applications on a Physical Kindle Fire Device|Linux Kindle Fire adb Configuration]]
 
#* [[Testing Android Applications on a Physical Kindle Fire Device|Identifying the Linux USB Device]]
 
#* [[Testing Android Applications on a Physical Kindle Fire Device|Editing the 51-android.rules File]]
 
#* [[Testing Android Applications on a Physical Kindle Fire Device|Modifying the adb_usb.ini File]]
 
#* [[Testing Android Applications on a Physical Kindle Fire Device|Restarting the adb Server]]
 
#* [[Testing Android Applications on a Physical Kindle Fire Device|Testing the adb Connection]]
 
#* [[Testing Android Applications on a Physical Kindle Fire Device|Manual Selection of the Application Run Target]]<br><br>
 
 
# [[An Overview of the Kindle Fire Android Architecture]]
 
# [[An Overview of the Kindle Fire Android Architecture]]
 
#* [[An Overview of the Kindle Fire Android Architecture|The Android Software Stack]]
 
#* [[An Overview of the Kindle Fire Android Architecture|The Android Software Stack]]

Revision as of 14:46, 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




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