Difference between revisions of "Android Studio Development Essentials"

From Techotopia
Jump to: navigation, search
Line 46: Line 46:
 
#* [[The Basics of the Android Studio Code Editor|Code Reformatting]]<br><br>
 
#* [[The Basics of the Android Studio Code Editor|Code Reformatting]]<br><br>
 
# [[An Overview of the Android Architecture (Android Studio)|An Overview of the Android Architecture]]
 
# [[An Overview of the Android Architecture (Android Studio)|An Overview of the Android Architecture]]
 +
#* [[An Overview of the Android Architecture (Android Studio)|The Android Software Stack]]
 +
#* [[An Overview of the Android Architecture (Android Studio)|The Linux Kernel]]
 +
#* [[An Overview of the Android Architecture (Android Studio)|Android Runtime - Dalvik Virtual Machine]]
 +
#* [[An Overview of the Android Architecture (Android Studio)|Android Runtime – Core Libraries]]
 +
#* [[An Overview of the Android Architecture (Android Studio)|Dalvik VM Specific Libraries]]
 +
#* [[An Overview of the Android Architecture (Android Studio)|Java Interoperability Libraries]]
 +
#* [[An Overview of the Android Architecture (Android Studio)|Android Libraries]]
 +
#* [[An Overview of the Android Architecture (Android Studio)|C/C++ Libraries]]
 +
#* [[An Overview of the Android Architecture (Android Studio)|Application Framework]]
 +
#* [[An Overview of the Android Architecture (Android Studio)|Applications]]<br><br>
 +
# [[The Anatomy of an Android Studio Android Application]]
 
<br><br>
 
<br><br>

Revision as of 18:13, 14 April 2014



Android Studio Development Essentials is currently under development. New chapters are added regularly so check back for the latest updates.

  1. Creating an Example Android App in Android Studio
  2. A Tour of the Android Studio User Interface
  3. Creating an Android Virtual Device (AVD) in Android Studio
  4. Testing Android Studio Apps on a Physical Android Device
  5. The Basics of the Android Studio Code Editor
  6. An Overview of the Android Architecture
  7. The Anatomy of an Android Studio Android Application