Difference between revisions of "Kindle Fire Development Essentials"

From Techotopia
Jump to: navigation, search
Line 68: Line 68:
 
#* [[An Overview of the Kindle Fire Android Architecture|Applications]]<br><br>
 
#* [[An Overview of the Kindle Fire Android Architecture|Applications]]<br><br>
 
# [[The Anatomy of an Android Application]]
 
# [[The Anatomy of an Android Application]]
 +
#* [[The Anatomy of an Android Application|Android Activities]]
 +
#* [[The Anatomy of an Android Application|Android Intents]]
 +
#* [[The Anatomy of an Android Application|Broadcast Intents]]
 +
#* [[The Anatomy of an Android Application|Broadcast Receivers]]
 +
#* [[The Anatomy of an Android Application|Android Services]]
 +
#* [[The Anatomy of an Android Application|Content Providers]]
 +
#* [[The Anatomy of an Android Application|The Application Manifest]]
 +
#* [[The Anatomy of an Android Application|Application Resources]]
 +
#* [[The Anatomy of an Android Application|Application Context]]<br><br>

Revision as of 16:49, 24 April 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