Difference between revisions of "Android Studio Development Essentials"
From Techotopia
Line 93: | Line 93: | ||
#* [[Android Activity State Changes - An Android Studio Example|Experimenting with the Activity]]<br><br> | #* [[Android Activity State Changes - An Android Studio Example|Experimenting with the Activity]]<br><br> | ||
# [[Saving and Restoring Activity State in Android Studio]] | # [[Saving and Restoring Activity State in Android Studio]] | ||
− | + | #* [[Saving and Restoring Activity State in Android Studio|Saving Dynamic State]] | |
+ | #* [[Saving and Restoring Activity State in Android Studio|Default Saving of User Interface State]] | ||
+ | #* [[Saving and Restoring Activity State in Android Studio|The Bundle Class]] | ||
+ | #* [[Saving and Restoring Activity State in Android Studio|Saving the State]] | ||
+ | #* [[Saving and Restoring Activity State in Android Studio|Restoring the State]] | ||
+ | #* [[Saving and Restoring Activity State in Android Studio|Testing the Application]]<br><br> | ||
+ | # [[Understanding Android Views, View Groups and Layouts in Android Studio]] | ||
<br><br> | <br><br> |
Revision as of 18:36, 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 - An Android Studio Example
- Saving and Restoring Activity State in Android Studio
- Understanding Android Views, View Groups and Layouts in Android Studio