Difference between revisions of "Android Studio Development Essentials"

From Techotopia
Jump to: navigation, search
Line 318: Line 318:
 
#* [[Broadcast Intents and Broadcast Receivers in Android Studio|Testing the Broadcast Example]]
 
#* [[Broadcast Intents and Broadcast Receivers in Android Studio|Testing the Broadcast Example]]
 
#* [[Broadcast Intents and Broadcast Receivers in Android Studio|Listening for System Broadcasts]]<br><br>
 
#* [[Broadcast Intents and Broadcast Receivers in Android Studio|Listening for System Broadcasts]]<br><br>
 +
<google>BUY_ANDROID_STUDIO</google><br><br>
 
# [[Android Threads and Thread Handlers - An Android Studio Tutorial]]
 
# [[Android Threads and Thread Handlers - An Android Studio Tutorial]]
 
#* [[Android Threads and Thread Handlers - An Android Studio Tutorial|An Overview of Threads]]
 
#* [[Android Threads and Thread Handlers - An Android Studio Tutorial|An Overview of Threads]]

Revision as of 15:11, 23 July 2014

Table of ContentsNext
Android Studio Development Essentials Introduction


<google>BUY_ANDROID_STUDIO</google>


Table of Contents

  1. Android Studio Development Essentials Introduction

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

<google>BUY_ANDROID_STUDIO</google>

  1. Android Threads and Thread Handlers - An Android Studio Tutorial
  2. Understanding Android Started and Bound Services
  3. Implementing an Android Started Service in Android Studio
  4. Implementing Local Bound Services in Android Studio
  5. Android Remote Bound Services – An Android Studio Tutorial
  6. An Overview of Android SQLite Databases in Android Studio
  7. An Android Studio TableLayout and TableRow Tutorial
  8. An Android Studio SQLite Database Tutorial
  9. Understanding Android Content Providers in Android Studio
  10. An Android Studio Content Provider Example
  11. Accessing Cloud Storage using the Storage Access Framework in Android Studio
  12. An Android Studio Storage Access Framework Example
  13. An Android Studio VideoView and MediaController Tutorial
  14. Video Recording and Image Capture using Camera Intents - An Android Studio Example
  15. An Android Studio Recording and Playback Example using MediaPlayer and MediaRecorder
  16. Working with the Google Maps Android API in Android Studio
  17. Printing with the Android Printing Framework in Android Studio
  18. An Android Studio HTML and Web Content Printing Example
  19. An Android Studio Custom Document Printing Example
  20. Generating a Signed Release APK File in Android Studio
  21. An Android Studio Google Play In-app Billing Tutorial
  22. An Overview of Gradle in Android Studio
  23. An Android Studio Gradle Build Variants Example


<google>BUY_ANDROID_STUDIO</google>



Table of ContentsNext
Android Studio Development Essentials Introduction