Difference between revisions of "Android Studio Development Essentials"
From Techotopia
Line 113: | Line 113: | ||
#* [[A Guide to the Android Studio Designer Tool|Creating a Custom Device Definition]]<br><br> | #* [[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]] | # [[Designing a User Interface using the Android Studio Designer Tool]] | ||
− | + | #* [[Designing a User Interface using the Android Studio Designer Tool|An Android Studio Designer Tool Example]] | |
+ | #* [[Designing a User Interface using the Android Studio Designer Tool|Creating a New Activity]] | ||
+ | #* [[Designing a User Interface using the Android Studio Designer Tool|Designing the User Interface]] | ||
+ | #* [[Designing a User Interface using the Android Studio Designer Tool|Editing View Properties]] | ||
+ | #* [[Designing a User Interface using the Android Studio Designer Tool|Running the Application]] | ||
+ | #* [[Designing a User Interface using the Android Studio Designer Tool|Manually Creating an XML Layout]] | ||
+ | #* [[Designing a User Interface using the Android Studio Designer Tool|Using the Hierarchy Viewer]]<br><br> | ||
<br><br> | <br><br> |
Revision as of 14:17, 16 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
- A Guide to the Android Studio Designer Tool
- Designing a User Interface using the Android Studio Designer Tool