Difference between revisions of "Android Studio Development Essentials"

From Techotopia
Jump to: navigation, search
Line 106: Line 106:
 
#* [[Understanding Android Views, View Groups and Layouts in Android Studio|Creating User Interfaces]]<br><br>
 
#* [[Understanding Android Views, View Groups and Layouts in Android Studio|Creating User Interfaces]]<br><br>
 
# [[A Guide to the Android Studio Designer Tool]]
 
# [[A Guide to the Android Studio Designer Tool]]
 +
#* [[A Guide to the Android Studio Designer Tool|The Android Studio Designer]]
 +
#* [[A Guide to the Android Studio Designer Tool|Design Mode]]
 +
#* [[A Guide to the Android Studio Designer Tool|Text Mode]]
 +
#* [[A Guide to the Android Studio Designer Tool|Setting Properties]]
 +
#* [[A Guide to the Android Studio Designer Tool|Type Morphing]]
 +
#* [[A Guide to the Android Studio Designer Tool|Creating a Custom Device Definition]]<br><br>
 +
# [[Designing a User Interface using the Android Studio Designer Tool]]
  
 
<br><br>
 
<br><br>

Revision as of 20:53, 15 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
  8. Understanding Android Application and Activity Lifecycles
  9. Handling Android Activity State Changes in Android Studio
  10. Android Activity State Changes - An Android Studio Example
  11. Saving and Restoring Activity State in Android Studio
  12. Understanding Android Views, View Groups and Layouts in Android Studio
  13. A Guide to the Android Studio Designer Tool
  14. Designing a User Interface using the Android Studio Designer Tool