Difference between revisions of "Android Studio Development Essentials"

From Techotopia
Jump to: navigation, search
Line 3: Line 3:
 
Android Studio Development Essentials is currently under development. New chapters are added regularly so check back for the latest updates.
 
Android Studio Development Essentials is currently under development. New chapters are added regularly so check back for the latest updates.
  
 +
# [[Android Studio Development Essentials Introduction]]
 
# [[Creating an Example Android App in Android Studio]]
 
# [[Creating an Example Android App in Android Studio]]
 
#* [[Creating an Example Android App in Android Studio|Creating a New Android Project]]
 
#* [[Creating an Example Android App in Android Studio|Creating a New Android Project]]

Revision as of 20:09, 17 July 2014



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

  1. Android Studio Development Essentials Introduction
  2. Creating an Example Android App in Android Studio
  3. A Tour of the Android Studio User Interface
  4. Creating an Android Virtual Device (AVD) in Android Studio
  5. Testing Android Studio Apps on a Physical Android Device
  6. The Basics of the Android Studio Code Editor
  7. An Overview of the Android Architecture
  8. The Anatomy of an Android Studio Android Application
  9. Understanding Android Application and Activity Lifecycles
  10. Handling Android Activity State Changes in Android Studio
  11. Android Activity State Changes - An Android Studio Example
  12. Saving and Restoring Activity State in Android Studio
  13. Understanding Android Views, View Groups and Layouts in Android Studio
  14. A Guide to the Android Studio Designer Tool
  15. Designing a User Interface using the Android Studio Designer Tool
  16. Using the Android GridLayout Manager in Android Studio Designer
  17. Working with the Android GridLayout using XML Layout Resources
  18. An Overview and Android Studio Example of Android Event Handling
  19. Android Touch and Multi-touch Event Handling in Android Studio
  20. Detecting Common Gestures using Android Studio and the Gesture Detector Class
  21. Implementing Android Custom Gesture Recognition with Android Studio
  22. Android Pinch Gesture Detection Tutorial using Android Studio
  23. An Introduction to Using Fragments in Android Studio
  24. Using Fragments in Android Studio - An Example
  25. An Android Studio Master/Detail Flow Tutorial
  26. Creating and Managing Overflow Menus in Android Studio
  27. Animating User Interfaces in Android Studio using the Transitions Framework
  28. An Android Studio Transition Tutorial using beginDelayedTransition
  29. Implementing Android Scene Transitions – An Android Studio Tutorial
  30. An Overview of Intents in Android Studio
  31. Android Explicit Intents – An Android Studio Example
  32. Android Implicit Intents – An Android Studio Example
  33. Broadcast Intents and Broadcast Receivers in Android Studio
  34. Android Threads and Thread Handlers - An Android Studio Tutorial
  35. Understanding Android Started and Bound Services
  36. Implementing an Android Started Service in Android Studio
  37. Implementing Local Bound Services in Android Studio
  38. Android Remote Bound Services – An Android Studio Tutorial
  39. An Overview of Android SQLite Databases in Android Studio
  40. An Android Studio TableLayout and TableRow Tutorial
  41. An Android Studio SQLite Database Tutorial
  42. Understanding Android Content Providers in Android Studio
  43. An Android Studio Content Provider Example
  44. Accessing Cloud Storage using the Storage Access Framework in Android Studio
  45. An Android Studio Storage Access Framework Example
  46. An Android Studio VideoView and MediaController Tutorial
  47. Video Recording and Image Capture using Camera Intents - An Android Studio Example
  48. An Android Studio Recording and Playback Example using MediaPlayer and MediaRecorder
  49. Working with the Google Maps Android API in Android Studio
  50. Printing with the Android Printing Framework in Android Studio
  51. An Android Studio HTML and Web Content Printing Example
  52. An Android Studio Custom Document Printing Example
  53. Generating a Signed Release APK File in Android Studio
  54. An Android Studio Google Play In-app Billing Tutorial