Android Studio Development Essentials - Android 6 Edition

From Techotopia
Revision as of 18:03, 11 May 2016 by Neil (Talk | contribs) (Text replacement - "<htmlet>ezoicbottom</htmlet>" to "")

Jump to: navigation, search
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.


You are reading a sample chapter from the Android Studio 1.x / Android 6 Edition book.

Purchase the fully updated Android Studio Hedgehog Edition of this publication in eBook ($32.99) or Print ($49.99) format

Android Studio Hedgehog Essentials - Java Edition Print and eBook (PDF) editions contain 87 chapters and over 800 pages
Buy Print Preview Book


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
  29. Android 6 Explicit Intents – A Worked Example
  30. Android 6 Implicit Intents – A Worked Example
  31. Android 6 Broadcast Intents and Broadcast Receivers
  32. A Basic Overview of Java Threads and Thread Handlers on Android
  33. An Overview of Android 6 Started and Bound Services
  34. Implementing an Android 6 Started Service – A Worked Example
  35. Android 6 Local Bound Services – A Worked Example
  36. Android 6 Remote Bound Services – A Worked Example
  37. An Overview of Android 6 SQLite Databases
  38. An Android 6 TableLayout and TableRow Tutorial
  39. An Android 6 SQLite Database Tutorial
  40. Understanding Android 6 Content Providers
  41. Implementing an Android Content Provider in Android Studio
  42. Accessing Cloud Storage using the Android 6 Storage Access Framework
  43. An Android 6 Storage Access Framework Example
  44. Implementing Video Playback on Android 6 using the VideoView and MediaController Classes
  45. Video Recording and Image Capture on Android 6 using Camera Intents
  46. Making Runtime Permission Requests in Android 6.0
  47. Android 6 Audio Recording and Playback using MediaPlayer and MediaRecorder
  48. Working with the Google Maps Android 6 API in Android Studio
  49. Printing with the Android 6 Printing Framework
  50. An Android 6 HTML and Web Content Printing Example
  51. A Guide to Android 6 Custom Document Printing
  52. Handling Different Android 6 Devices and Displays
  53. Signing and Preparing an Android 6 Application for Release
  54. Integrating Google Play In-app Billing into an Android 6 Application
  55. An Overview of Gradle in Android Studio - Android 6
  56. An Android Studio Gradle Build Variants Example - Android 6

You are reading a sample chapter from the Android Studio 1.x / Android 6 Edition book.

Purchase the fully updated Android Studio Hedgehog Edition of this publication in eBook ($32.99) or Print ($49.99) format

Android Studio Hedgehog Essentials - Java Edition Print and eBook (PDF) editions contain 87 chapters and over 800 pages
Buy Print Preview Book



Table of ContentsNext
Introduction