Difference between revisions of "Android Studio Development Essentials"
From Techotopia
Line 158: | Line 158: | ||
#* [[Detecting Common Gestures using Android Studio and the Gesture Detector Class|Testing the Application]]<br><br> | #* [[Detecting Common Gestures using Android Studio and the Gesture Detector Class|Testing the Application]]<br><br> | ||
# [[Implementing Android Custom Gesture Recognition with Android Studio]] | # [[Implementing Android Custom Gesture Recognition with Android Studio]] | ||
+ | #* [[Implementing Android Custom Gesture Recognition with Android Studio|The Android Gesture Builder Application]] | ||
+ | #* [[Implementing Android Custom Gesture Recognition with Android Studio|The GestureOverlayView Class]] | ||
+ | #* [[Implementing Android Custom Gesture Recognition with Android Studio|Detecting Gestures]] | ||
+ | #* [[Implementing Android Custom Gesture Recognition with Android Studio|Identifying Specific Gestures]] | ||
+ | #* [[Implementing Android Custom Gesture Recognition with Android Studio|Adding SD Card Support to an AVD]] | ||
+ | #* [[Implementing Android Custom Gesture Recognition with Android Studio|Building and Running the Gesture Builder Application]] | ||
+ | #* [[Implementing Android Custom Gesture Recognition with Android Studio|Creating a Gestures File]] | ||
+ | #* [[Implementing Android Custom Gesture Recognition with Android Studio|Extracting the Gestures File from the SD Card]] | ||
+ | #* [[Implementing Android Custom Gesture Recognition with Android Studio|Creating the Example Project]] | ||
+ | #* [[Implementing Android Custom Gesture Recognition with Android Studio|Adding the Gestures File to the Project]] | ||
+ | #* [[Implementing Android Custom Gesture Recognition with Android Studio|Designing the User Interface]] | ||
+ | #* [[Implementing Android Custom Gesture Recognition with Android Studio|Loading the Gestures File]] | ||
+ | #* [[Implementing Android Custom Gesture Recognition with Android Studio|Registering the Event Listener]] | ||
+ | #* [[Implementing Android Custom Gesture Recognition with Android Studio|Implementing the onGesturePerformed Method]] | ||
+ | #* [[Implementing Android Custom Gesture Recognition with Android Studio|Testing the Application]] | ||
+ | #* [[Implementing Android Custom Gesture Recognition with Android Studio|Configuring the GestureOverlayView]] | ||
+ | #* [[Implementing Android Custom Gesture Recognition with Android Studio|Intercepting Gestures]]<br><br> | ||
+ | # [[Android Pinch Gesture Detection Tutorial using Android Studio]] | ||
<br><br> | <br><br> |
Revision as of 14:55, 6 May 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
- Handling Android Activity State Changes in Android Studio
- Android Activity State Changes - An Android Studio Example
- Saving and Restoring Activity State in Android Studio
- Understanding Android Views, View Groups and Layouts in Android Studio
- A Guide to the Android Studio Designer Tool
- Designing a User Interface using the Android Studio Designer Tool
- Using the Android GridLayout Manager in Android Studio Designer
- Working with the Android GridLayout using XML Layout Resources
- An Overview and Android Studio Example of Android Event Handling
- Android Touch and Multi-touch Event Handling in Android Studio
- Detecting Common Gestures using Android Studio and the Gesture Detector Class
- Implementing Android Custom Gesture Recognition with Android Studio
- The Android Gesture Builder Application
- The GestureOverlayView Class
- Detecting Gestures
- Identifying Specific Gestures
- Adding SD Card Support to an AVD
- Building and Running the Gesture Builder Application
- Creating a Gestures File
- Extracting the Gestures File from the SD Card
- Creating the Example Project
- Adding the Gestures File to the Project
- Designing the User Interface
- Loading the Gestures File
- Registering the Event Listener
- Implementing the onGesturePerformed Method
- Testing the Application
- Configuring the GestureOverlayView
- Intercepting Gestures
- Android Pinch Gesture Detection Tutorial using Android Studio