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

From Techotopia
Jump to: navigation, search
Line 254: Line 254:
 
#* [[Implementing an Android Navigation Drawer|Running the App]]<br><br>
 
#* [[Implementing an Android Navigation Drawer|Running the App]]<br><br>
 
# [[An Android Studio Master/Detail Flow Tutorial - Android 6|An Android Studio Master/Detail Flow Tutorial]]
 
# [[An Android Studio Master/Detail Flow Tutorial - Android 6|An Android Studio Master/Detail Flow Tutorial]]
 +
#* [[An Android Studio Master/Detail Flow Tutorial - Android 6|The Master/Detail Flow]]
 +
#* [[An Android Studio Master/Detail Flow Tutorial - Android 6|Creating a Master/Detail Flow Activity]]
 +
#* [[An Android Studio Master/Detail Flow Tutorial - Android 6|The Anatomy of the Master/Detail Flow Template]]
 +
#* [[An Android Studio Master/Detail Flow Tutorial - Android 6|Modifying the Master/Detail Flow Template]]
 +
#* [[An Android Studio Master/Detail Flow Tutorial - Android 6|Changing the Content Model]]
 +
#* [[An Android Studio Master/Detail Flow Tutorial - Android 6|Changing the Detail Pane]]
 +
#* [[An Android Studio Master/Detail Flow Tutorial - Android 6|Modifying the WebsiteDetailFragment Class]]
 +
#* [[An Android Studio Master/Detail Flow Tutorial - Android 6|Modifying the WebsiteListActivity Class]]
 +
#* [[An Android Studio Master/Detail Flow Tutorial - Android 6|Adding Manifest Permissions]]
 +
#* [[An Android Studio Master/Detail Flow Tutorial - Android 6|Running the Application]]<br><br>
 +
# [[An Overview of Android 6 Intents]]
 +
 +
  
 
<google>BUY_ANDROID_STUDIO6</google>
 
<google>BUY_ANDROID_STUDIO6</google>

Revision as of 18:32, 30 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
  17. Using Fragments in Android Studio - An Example
  18. Animating User Interfaces with the Android 6 Transitions Framework
  19. An Android 6 Transition Tutorial using beginDelayedTransition
  20. Implementing Android 6 Scene Transitions – A Tutorial
  21. Working with the Floating Action Button and Snackbar
  22. Creating an Android Tabbed Interface using the TabLayout Component
  23. Working with the Android RecyclerView and CardView Widgets
  24. An Android RecyclerView and CardView Tutorial
  25. Working with the Android AppBar and Collapsing Toolbar Layouts
  26. Implementing an Android Navigation Drawer
  27. An Android Studio Master/Detail Flow Tutorial
  28. An Overview of Android 6 Intents


<google>BUY_ANDROID_STUDIO6</google>



Table of ContentsNext