Android Studio Development Essentials - Android 6 Edition

From Techotopia
Revision as of 18:14, 16 December 2023 by Admin (Talk | contribs)

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. Setting up an Android Studio Development Environment - Android 6

  2. Creating an Example Android 6 App in Android Studio

  3. A Tour of the Android Studio User Interface - Android 6

  4. Creating an Android 6 Virtual Device (AVD) in Android Studio

  5. Testing Android Studio Apps on a Physical Android 6 Device

  6. The Basics of the Android Studio Code Editor - Android 6

  7. A Guide to the Android Studio Designer Tool

  8. Designing a User Interface using the Android Studio Designer Tool - Android 6

  9. Creating an Android 6 User Interface in Java Code

  10. Using the Android 6 GridLayout Manager in Android Studio Designer
  11. Working with the Android 6 GridLayout using XML Layout Resources
  12. An Overview and Example of Android 6 Event Handling

  13. Detecting Common Gestures using the Android 6 Gesture Detector Class

  14. Implementing Custom Gesture and Pinch Recognition on Android 6

  15. An Introduction to Android 6 Fragments

  16. Using Fragments in Android Studio - An Example - Android 6

  17. Animating User Interfaces with the Android 6 Transitions Framework
  18. An Android 6 Transition Tutorial using beginDelayedTransition
  19. Implementing Android 6 Scene Transitions – A Tutorial
  20. Working with the Floating Action Button and Snackbar
  21. Creating an Android Tabbed Interface using the TabLayout Component
  22. Working with the Android RecyclerView and CardView Widgets
  23. An Android RecyclerView and CardView Tutorial
  24. Working with the Android AppBar and Collapsing Toolbar Layouts
  25. Implementing an Android Navigation Drawer
  26. An Android Studio Master/Detail Flow Tutorial
  27. An Overview of Android 6 Intents
  28. Android 6 Explicit Intents – A Worked Example
  29. Android 6 Implicit Intents – A Worked Example
  30. Android 6 Broadcast Intents and Broadcast Receivers
  31. A Basic Overview of Java Threads and Thread Handlers on Android
  32. An Overview of Android 6 Started and Bound Services
  33. Implementing an Android 6 Started Service – A Worked Example
  34. Android 6 Local Bound Services – A Worked Example
  35. Android 6 Remote Bound Services – A Worked Example
  36. An Overview of Android 6 SQLite Databases
  37. An Android 6 TableLayout and TableRow Tutorial
  38. An Android 6 SQLite Database Tutorial
  39. Understanding Android 6 Content Providers
  40. Implementing an Android Content Provider in Android Studio
  41. Accessing Cloud Storage using the Android 6 Storage Access Framework
  42. An Android 6 Storage Access Framework Example
  43. Implementing Video Playback on Android 6 using the VideoView and MediaController Classes
  44. Video Recording and Image Capture on Android 6 using Camera Intents
  45. Making Runtime Permission Requests in Android 6.0
  46. Android 6 Audio Recording and Playback using MediaPlayer and MediaRecorder
  47. Working with the Google Maps Android 6 API in Android Studio

  48. Printing with the Android 6 Printing Framework
  49. An Android 6 HTML and Web Content Printing Example
  50. A Guide to Android 6 Custom Document Printing
  51. Handling Different Android 6 Devices and Displays
  52. Signing and Preparing an Android 6 Application for Release
  53. Integrating Google Play In-app Billing into an Android 6 Application
  54. An Overview of Gradle in Android Studio - Android 6
  55. 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