Difference between revisions of "Android Studio Development Essentials"
From Techotopia
Line 57: | Line 57: | ||
#* [[An Overview of the Android Architecture (Android Studio)|Applications]]<br><br> | #* [[An Overview of the Android Architecture (Android Studio)|Applications]]<br><br> | ||
# [[The Anatomy of an Android Studio Android Application]] | # [[The Anatomy of an Android Studio Android Application]] | ||
+ | #* [[The Anatomy of an Android Studio Android Application|Android Activities]] | ||
+ | #* [[The Anatomy of an Android Studio Android Application|Android Intents]] | ||
+ | #* [[The Anatomy of an Android Studio Android Application|Broadcast Intents]] | ||
+ | #* [[The Anatomy of an Android Studio Android Application|Broadcast Receivers]] | ||
+ | #* [[The Anatomy of an Android Studio Android Application|Android Services]] | ||
+ | #* [[The Anatomy of an Android Studio Android Application|Content Providers]] | ||
+ | #* [[The Anatomy of an Android Studio Android Application|The Application Manifest]] | ||
+ | #* [[The Anatomy of an Android Studio Android Application|Application Resources]] | ||
+ | #* [[The Anatomy of an Android Studio Android Application|Application Context]]<br><br> | ||
+ | # [[Understanding Android Application and Activity Lifecycles (Android Studio)|Understanding Android Application and Activity Lifecycles]] | ||
<br><br> | <br><br> |
Revision as of 18:22, 14 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