Difference between revisions of "Android Studio Development Essentials"

From Techotopia
Jump to: navigation, search
Line 475: Line 475:
 
#* [[Generating a Signed Release APK File in Android Studio|Uploading New APK Versions to the Google Play Developer Console]]<br><br>
 
#* [[Generating a Signed Release APK File in Android Studio|Uploading New APK Versions to the Google Play Developer Console]]<br><br>
 
# [[An Android Studio Google Play In-app Billing Tutorial]]
 
# [[An Android Studio Google Play In-app Billing Tutorial]]
 +
#* [[An Android Studio Google Play In-app Billing Tutorial|Installing the Google Play Billing Library]]
 +
#* [[An Android Studio Google Play In-app Billing Tutorial|Creating the Example In-app Billing Project]]
 +
#* [[An Android Studio Google Play In-app Billing Tutorial|Adding Billing Permission to the Manifest File]]
 +
#* [[An Android Studio Google Play In-app Billing Tutorial|Adding the IInAppBillingService.aidl File to the Project]]
 +
#* [[An Android Studio Google Play In-app Billing Tutorial|Adding the Utility Classes to the Project]]
 +
#* [[An Android Studio Google Play In-app Billing Tutorial|Designing the User Interface]]
 +
#* [[An Android Studio Google Play In-app Billing Tutorial|Implementing the “Click Me” Button]]
 +
#* [[An Android Studio Google Play In-app Billing Tutorial|Google Play Developer Console and Google Wallet Accounts]]
 +
#* [[An Android Studio Google Play In-app Billing Tutorial|Obtaining the Public License Key for the Application]]
 +
#* [[An Android Studio Google Play In-app Billing Tutorial|Setting Up Google Play Billing in the Application]]
 +
#* [[An Android Studio Google Play In-app Billing Tutorial|Initiating a Google Play In-app Billing Purchase]]
 +
#* [[An Android Studio Google Play In-app Billing Tutorial|Implementing the onActivityResult Method]]
 +
#* [[An Android Studio Google Play In-app Billing Tutorial| Implementing the Purchase Finished Listener]]
 +
#* [[An Android Studio Google Play In-app Billing Tutorial|Consuming the Purchased Item]]
 +
#* [[An Android Studio Google Play In-app Billing Tutorial|Releasing the IabHelper Instance]]
 +
#* [[An Android Studio Google Play In-app Billing Tutorial| Modifying the Security.java File]]
 +
#* [[An Android Studio Google Play In-app Billing Tutorial|Testing the In-app Billing Application]]
 +
#* [[An Android Studio Google Play In-app Billing Tutorial|Building a Release APK]]
 +
#* [[An Android Studio Google Play In-app Billing Tutorial|Creating a New In-app Product]]
 +
#* [[An Android Studio Google Play In-app Billing Tutorial|Publishing the Application to the Alpha Distribution Channel]]
 +
#* [[An Android Studio Google Play In-app Billing Tutorial|Adding In-app Billing Test Accounts]]
 +
#* [[An Android Studio Google Play In-app Billing Tutorial|Configuring Group Testing]]
 +
#* [[An Android Studio Google Play In-app Billing Tutorial|Resolving Problems with In-App Purchasing[]]<br><br>
 
<br><br>
 
<br><br>

Revision as of 17:26, 6 June 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
  31. Android Implicit Intents – An Android Studio Example
  32. Broadcast Intents and Broadcast Receivers in Android Studio
  33. Android Threads and Thread Handlers - An Android Studio Tutorial
  34. Understanding Android Started and Bound Services
  35. Implementing an Android Started Service in Android Studio
  36. Implementing Local Bound Services in Android Studio
  37. Android Remote Bound Services – An Android Studio Tutorial
  38. An Overview of Android SQLite Databases in Android Studio
  39. An Android Studio TableLayout and TableRow Tutorial
  40. An Android Studio SQLite Database Tutorial
  41. Understanding Android Content Providers in Android Studio
  42. An Android Studio Content Provider Example
  43. Accessing Cloud Storage using the Storage Access Framework in Android Studio
  44. An Android Studio Storage Access Framework Example
  45. An Android Studio VideoView and MediaController Tutorial
  46. Video Recording and Image Capture using Camera Intents - An Android Studio Example
  47. An Android Studio Recording and Playback Example using MediaPlayer and MediaRecorder
  48. Working with the Google Maps Android API in Android Studio
  49. Printing with the Android Printing Framework in Android Studio
  50. An Android Studio Custom Document Printing Example
  51. Generating a Signed Release APK File in Android Studio
  52. An Android Studio Google Play In-app Billing Tutorial