Difference between revisions of "Kindle Fire Development Essentials"

From Techotopia
Jump to: navigation, search
Line 290: Line 290:
 
#* [[Android Remote Bound Services – A Worked Example|Configuring a Remote Service in the Manifest File]]
 
#* [[Android Remote Bound Services – A Worked Example|Configuring a Remote Service in the Manifest File]]
 
#* [[Android Remote Bound Services – A Worked Example|Launching and Binding to the Remote Service]]
 
#* [[Android Remote Bound Services – A Worked Example|Launching and Binding to the Remote Service]]
#* [[Android Remote Bound Services – A Worked Example|Sending a Message to the Remote Service]]
+
#* [[Android Remote Bound Services – A Worked Example|Sending a Message to the Remote Service]]<br><br>
 
# [[An Overview of Android SQLite Databases]]
 
# [[An Overview of Android SQLite Databases]]
 +
#* [[An Overview of Android SQLite Databases|Understanding Database Tables]]
 +
#* [[An Overview of Android SQLite Databases|Introducing Database Schema]]]
 +
#* [[An Overview of Android SQLite Databases|Columns and Data Types]]
 +
#* [[An Overview of Android SQLite Databases|Database Rows]]
 +
#* [[An Overview of Android SQLite Databases|Introducing Primary Keys]]
 +
#* [[An Overview of Android SQLite Databases|What is SQLite?]]
 +
#* [[An Overview of Android SQLite Databases|Structured Query Language (SQL)]]
 +
#* [[An Overview of Android SQLite Databases|Trying SQLite on an Android Virtual Device (AVD)]]
 +
#* [[An Overview of Android SQLite Databases|Android SQLite Java Classes]]
 +
#* [[An Overview of Android SQLite Databases|Cursor]]
 +
#* [[An Overview of Android SQLite Databases|SQLiteDatabase]]
 +
#* [[An Overview of Android SQLite Databases|SQLiteOpenHelper]]
 +
#* [[An Overview of Android SQLite Databases|ContentValues]]<br><br>
 +
# [[An Android TableLayout and TableRow Tutorial]]

Revision as of 14:36, 20 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
  21. Using Fragments in Android - A Worked Example
  22. Creating and Managing Android Overflow Menus on the Kindle Fire
  23. An Overview of Android Intents
  24. Android Explicit Intents – A Worked Example
  25. Android Implicit Intents – A Worked Example
  26. Android Broadcast Intents and Broadcast Receivers
  27. A Basic Overview of Android Threads and Thread handlers
  28. An Overview of Android Started and Bound Services
  29. Implementing an Android Started Service – A Worked Example
  30. Android Local Bound Services – A Worked Example
  31. Android Remote Bound Services – A Worked Example
  32. An Overview of Android SQLite Databases
  33. An Android TableLayout and TableRow Tutorial