Difference between revisions of "Android Studio Development Essentials - Android 6 Edition"

From Techotopia
Jump to: navigation, search
Line 137: Line 137:
 
#* [[Detecting Common Gestures using the Android 6 Gesture Detector Class|Testing the Application]]<br><br>
 
#* [[Detecting Common Gestures using the Android 6 Gesture Detector Class|Testing the Application]]<br><br>
 
# [[Implementing Custom Gesture and Pinch Recognition on Android 6]]
 
# [[Implementing Custom Gesture and Pinch Recognition on Android 6]]
 +
#* [[Implementing Custom Gesture and Pinch Recognition on Android 6|The Android Gesture Builder Application]]
 +
#* [[Implementing Custom Gesture and Pinch Recognition on Android 6|The GestureOverlayView Class]]
 +
#* [[Implementing Custom Gesture and Pinch Recognition on Android 6|Detecting Gestures]]
 +
#* [[Implementing Custom Gesture and Pinch Recognition on Android 6|Identifying Specific Gestures]]
 +
#* [[Implementing Custom Gesture and Pinch Recognition on Android 6|Building and Running the Gesture Builder Application]]
 +
#* [[Implementing Custom Gesture and Pinch Recognition on Android 6|Creating a Gestures File]]
 +
#* [[Implementing Custom Gesture and Pinch Recognition on Android 6|Extracting the Gestures File from the SD Card]]
 +
#* [[Implementing Custom Gesture and Pinch Recognition on Android 6|Creating the Example Project]]
 +
#* [[Implementing Custom Gesture and Pinch Recognition on Android 6|Adding the Gestures File to the Project]]
 +
#* [[Implementing Custom Gesture and Pinch Recognition on Android 6|Designing the User Interface]]
 +
#* [[Implementing Custom Gesture and Pinch Recognition on Android 6|Loading the Gestures File]]
 +
#* [[Implementing Custom Gesture and Pinch Recognition on Android 6|Registering the Event Listener]]
 +
#* [[Implementing Custom Gesture and Pinch Recognition on Android 6|Implementing the onGesturePerformed Method]]
 +
#* [[Implementing Custom Gesture and Pinch Recognition on Android 6|Testing the Application]]
 +
#* [[Implementing Custom Gesture and Pinch Recognition on Android 6|Configuring the GestureOverlayView]]
 +
#* [[Implementing Custom Gesture and Pinch Recognition on Android 6|Intercepting Gestures]]
 +
#* [[Implementing Custom Gesture and Pinch Recognition on Android 6|Detecting Pinch Gestures]]<br><br>
 +
# [[An Introduction to Android 6 Fragments]]
 +
A Pinch Gesture Example Project]]<br><br>
  
  

Revision as of 16:12, 29 December 2015

Table of ContentsNext
Introduction



© 2015 Neil Smyth / Payload Media. This eBook is provided for personal use only. Unauthorized use, reproduction and/or distribution strictly prohibited. All rights reserved.


<google>BUY_ANDROID_STUDIO6</google>


Table of Contents

  1. Introduction
  2. Setting up an Android Studio Development Environment
  3. Creating an Example Android 6 App in Android Studio
  4. A Tour of the Android Studio User Interface
  5. Creating an Android 6 Virtual Device (AVD) in Android Studio
  6. Testing Android Studio Apps on a Physical Android 6 Device
  7. The Basics of the Android Studio Code Editor
  8. A Guide to the Android Studio Designer Tool
  9. Designing a User Interface using the Android Studio Designer Tool
  10. Creating an Android 6 User Interface in Java Code
  11. Using the Android 6 GridLayout Manager in Android Studio Designer
  12. Working with the Android 6 GridLayout using XML Layout Resources
  13. An Overview and Example of Android 6 Event Handling
  14. Detecting Common Gestures using the Android 6 Gesture Detector Class
  15. Implementing Custom Gesture and Pinch Recognition on Android 6
  16. An Introduction to Android 6 Fragments

A Pinch Gesture Example Project]]


<google>BUY_ANDROID_STUDIO6</google>



Table of ContentsNext