Difference between revisions of "Kindle Fire Development Essentials"

From Techotopia
Jump to: navigation, search
Line 161: Line 161:
 
#* [[Detecting Common Gestures using the Android Gesture Detector Class|Testing the Application]]<br><br>
 
#* [[Detecting Common Gestures using the Android Gesture Detector Class|Testing the Application]]<br><br>
 
# [[Implementing Android Custom Gesture and Pinch Recognition]]
 
# [[Implementing Android Custom Gesture and Pinch Recognition]]
 +
#* [[Implementing Android Custom Gesture and Pinch Recognition|The Android Gesture Builder Application]]
 +
#* [[Implementing Android Custom Gesture and Pinch Recognition|The GestureOverlayView Class]]
 +
#* [[Implementing Android Custom Gesture and Pinch Recognition|Detecting Gestures]]
 +
#* [[Implementing Android Custom Gesture and Pinch Recognition|Identifying Specific Gestures]]
 +
#* [[Implementing Android Custom Gesture and Pinch Recognition|Adding SD Card Support to an AVD]]
 +
#* [[Implementing Android Custom Gesture and Pinch Recognition|Building and Running the Gesture Builder Application]]
 +
#* [[Implementing Android Custom Gesture and Pinch Recognition|Creating a Gestures File]]
 +
#* [[Implementing Android Custom Gesture and Pinch Recognition|Extracting the Gestures File from the SD Card]]
 +
#* [[Implementing Android Custom Gesture and Pinch Recognition|Creating the Example Project]]
 +
#* [[Implementing Android Custom Gesture and Pinch Recognition|Designing the User Interface]]
 +
#* [[Implementing Android Custom Gesture and Pinch Recognition|Loading the Gestures File]]
 +
#* [[Implementing Android Custom Gesture and Pinch Recognition|Registering the Event Listener]]
 +
#* [[Implementing Android Custom Gesture and Pinch Recognition|Implementing the onGesturePerformed Method]]
 +
#* [[Implementing Android Custom Gesture and Pinch Recognition|Testing the Application]]
 +
#* [[Implementing Android Custom Gesture and Pinch Recognition|Configuring the GestureOverlayView]]
 +
#* [[Implementing Android Custom Gesture and Pinch Recognition|Intercepting Gestures]]
 +
#* [[Implementing Android Custom Gesture and Pinch Recognition|Detecting Pinch Gestures]]
 +
#* [[Implementing Android Custom Gesture and Pinch Recognition|A Pinch Gesture Example Project]]<br><br>
 +
# [[An Introduction to Android Fragments]]
  
  
 
 
# [[Android Gesture and Pinch Recognition on the Kindle Fire]]
 
#* [[Android Gesture and Pinch Recognition on the Kindle Fire|The Android Gestures Builder Application]]
 
#* [[Android Gesture and Pinch Recognition on the Kindle Fire|The GestureOverlayView Class]]
 
#* [[Android Gesture and Pinch Recognition on the Kindle Fire|Detecting Gestures]]
 
#* [[Android Gesture and Pinch Recognition on the Kindle Fire|Identifying Specific Gestures]]
 
#* [[Android Gesture and Pinch Recognition on the Kindle Fire|Adding SD Card Support to an AVD]]
 
#* [[Android Gesture and Pinch Recognition on the Kindle Fire|Creating a Gestures File]]
 
#* [[Android Gesture and Pinch Recognition on the Kindle Fire|Extracting the Gestures File from the SD Card]]
 
#* [[Android Gesture and Pinch Recognition on the Kindle Fire|Creating the Example Project]]
 
#* [[Android Gesture and Pinch Recognition on the Kindle Fire|Designing the User Interface]]
 
#* [[Android Gesture and Pinch Recognition on the Kindle Fire|Loading the Gestures File]]
 
#* [[Android Gesture and Pinch Recognition on the Kindle Fire|Registering the Event Listener]]
 
#* [[Android Gesture and Pinch Recognition on the Kindle Fire|Implementing the onGesturePerformed Method]]
 
#* [[Android Gesture and Pinch Recognition on the Kindle Fire|Testing the Application]]
 
#* [[Android Gesture and Pinch Recognition on the Kindle Fire|Configuring the GestureOverlayView]]
 
#* [[Android Gesture and Pinch Recognition on the Kindle Fire|Intercepting Gestures]]
 
#* [[Android Gesture and Pinch Recognition on the Kindle Fire|Detecting Pinch Gestures]]
 
#* [[Android Gesture and Pinch Recognition on the Kindle Fire|A Pinch Gesture Example Project]]<br><br>
 
 
# [[An Overview of Android Intents]]
 
# [[An Overview of Android Intents]]
 
#* [[An Overview of Android Intents|An Overview of Intents]]
 
#* [[An Overview of Android Intents|An Overview of Intents]]

Revision as of 13:17, 17 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 - An Example Application
  12. Saving and Restoring the User Interface State of an Android Activity
  13. Understanding Android Views, View Groups and Layouts
  14. Designing an Android User Interface using the Graphical Layout Tool
  15. Creating an Android User Interface in Java Code
  16. An Overview and Example of Android Event Handling
  17. Android Touch and Multi-touch Event Handling
  18. Detecting Common Gestures using the Android Gesture Detector Class
  19. Implementing Android Custom Gesture and Pinch Recognition
  20. An Introduction to Android Fragments


  1. An Overview of Android Intents
  2. Android Explicit Intents – A Worked Example
  3. Android Implicit Intents – A Worked Example
  4. Android Broadcast Intents and Broadcast Receivers
  5. A Basic Overview of Android Threads and Thread handlers
  6. An Overview of Android Started and Bound Services
  7. Implementing an Android Started Service – A Worked Example
  8. Android Local Bound Services – A Worked Example
  9. Android Remote Bound Services – A Worked Example