Difference between revisions of "Android Studio Development Essentials"
From Techotopia
Line 86: | Line 86: | ||
#* [[Handling Android Activity State Changes in Android Studio|Activity Lifetimes]]<br><br> | #* [[Handling Android Activity State Changes in Android Studio|Activity Lifetimes]]<br><br> | ||
# [[Android Activity State Changes - An Android Studio Example]] | # [[Android Activity State Changes - An Android Studio Example]] | ||
+ | #* [[Android Activity State Changes - An Android Studio Example|Creating the State Change Example Project]] | ||
+ | #* [[Android Activity State Changes - An Android Studio Example|Designing the User Interface]] | ||
+ | #* [[Android Activity State Changes - An Android Studio Example|Overriding the Activity Lifecycle Methods]] | ||
+ | #* [[Android Activity State Changes - An Android Studio Example|Filtering the LogCat Panel]] | ||
+ | #* [[Android Activity State Changes - An Android Studio Example|Running the Application]] | ||
+ | #* [[Android Activity State Changes - An Android Studio Example|Experimenting with the Activity]]<br><br> | ||
+ | # [[Saving and Restoring Activity State in Android Studio]] | ||
<br><br> | <br><br> |
Revision as of 18:28, 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