Difference between revisions of "Android Studio Development Essentials"

From Techotopia
Jump to: navigation, search
Line 242: Line 242:
 
#* [[Implementing Android Scene Transitions – An Android Studio Tutorial|Configuring Additional Transitions]]<br><br>
 
#* [[Implementing Android Scene Transitions – An Android Studio Tutorial|Configuring Additional Transitions]]<br><br>
 
# [[An Overview of Intents in Android Studio]]
 
# [[An Overview of Intents in Android Studio]]
 +
#* [[An Overview of Intents in Android Studio|An Overview of Intents]]
 +
#* [[An Overview of Intents in Android Studio|Explicit Intents]]
 +
#* [[An Overview of Intents in Android Studio|Returning Data from an Activity]]
 +
#* [[An Overview of Intents in Android Studio|Implicit Intents]]
 +
#* [[An Overview of Intents in Android Studio|Using Intent Filters]]
 +
#* [[An Overview of Intents in Android Studio|Checking Intent Availability]]<br><br>
 +
# [[Android Explicit Intents – An Android Studio Example]]
 
<br><br>
 
<br><br>

Revision as of 17:22, 16 May 2014



Android Studio Development Essentials is currently under development. New chapters are added regularly so check back for the latest updates.

  1. Creating an Example Android App in Android Studio
  2. A Tour of the Android Studio User Interface
  3. Creating an Android Virtual Device (AVD) in Android Studio
  4. Testing Android Studio Apps on a Physical Android Device
  5. The Basics of the Android Studio Code Editor
  6. An Overview of the Android Architecture
  7. The Anatomy of an Android Studio Android Application
  8. Understanding Android Application and Activity Lifecycles
  9. Handling Android Activity State Changes in Android Studio
  10. Android Activity State Changes - An Android Studio Example
  11. Saving and Restoring Activity State in Android Studio
  12. Understanding Android Views, View Groups and Layouts in Android Studio
  13. A Guide to the Android Studio Designer Tool
  14. Designing a User Interface using the Android Studio Designer Tool
  15. Using the Android GridLayout Manager in Android Studio Designer
  16. Working with the Android GridLayout using XML Layout Resources
  17. An Overview and Android Studio Example of Android Event Handling
  18. Android Touch and Multi-touch Event Handling in Android Studio
  19. Detecting Common Gestures using Android Studio and the Gesture Detector Class
  20. Implementing Android Custom Gesture Recognition with Android Studio
  21. Android Pinch Gesture Detection Tutorial using Android Studio
  22. An Introduction to Using Fragments in Android Studio
  23. Using Fragments in Android Studio - An Example
  24. An Android Studio Master/Detail Flow Tutorial
  25. Creating and Managing Overflow Menus in Android Studio
  26. Animating User Interfaces in Android Studio using the Transitions Framework
  27. An Android Studio Transition Tutorial using beginDelayedTransition
  28. Implementing Android Scene Transitions – An Android Studio Tutorial
  29. An Overview of Intents in Android Studio
  30. Android Explicit Intents – An Android Studio Example