Difference between revisions of "Android Studio Development Essentials"
From Techotopia
Line 81: | Line 81: | ||
#* [[Understanding Android Application and Activity Lifecycles (Android Studio)|Handling State Change]]<br><br> | #* [[Understanding Android Application and Activity Lifecycles (Android Studio)|Handling State Change]]<br><br> | ||
# [[Handling Android Activity State Changes in Android Studio]] | # [[Handling Android Activity State Changes in Android Studio]] | ||
+ | #* [[Handling Android Activity State Changes in Android Studio|The Activity Class]] | ||
+ | #* [[Handling Android Activity State Changes in Android Studio|Dynamic State vs. Persistent State]] | ||
+ | #* [[Handling Android Activity State Changes in Android Studio|The Android Activity Lifecycle Methods]] | ||
+ | #* [[Handling Android Activity State Changes in Android Studio|Activity Lifetimes]]<br><br> | ||
+ | # [[Android Activity State Changes by Example]] | ||
+ | |||
<br><br> | <br><br> |
Revision as of 17:56, 15 April 2014
Android Studio Development Essentials is currently under development. New chapters are added regularly so check back for the latest updates.
- Creating an Example Android App in Android Studio
- A Tour of the Android Studio User Interface
- Creating an Android Virtual Device (AVD) in Android Studio
- Testing Android Studio Apps on a Physical Android Device
- The Basics of the Android Studio Code Editor
- An Overview of the Android Architecture
- The Anatomy of an Android Studio Android Application
- Understanding Android Application and Activity Lifecycles
- Handling Android Activity State Changes in Android Studio
- Android Activity State Changes by Example