Difference between revisions of "Android Studio Development Essentials"

From Techotopia
Jump to: navigation, search
m (Text replacement - "<table border="0" cellspacing="0">" to "<table border="0" cellspacing="0" width="100%">")
Line 37: Line 37:
 
#* [[Setting up a Windows, Linux or Mac OS X Android Studio Development Environment|Linux]]
 
#* [[Setting up a Windows, Linux or Mac OS X Android Studio Development Environment|Linux]]
 
#* [[Setting up a Windows, Linux or Mac OS X Android Studio Development Environment|Mac OS X]]
 
#* [[Setting up a Windows, Linux or Mac OS X Android Studio Development Environment|Mac OS X]]
#* [[Setting up a Windows, Linux or Mac OS X Android Studio Development Environment|Updating the Android Studio and the SDK]]<br><br>
+
#* [[Setting up a Windows, Linux or Mac OS X Android Studio Development Environment|Updating the Android Studio and the SDK]]<br><br><htmlet>ezoictoc1</htmlet>
 
# [[Creating an Example Android App in Android Studio]]
 
# [[Creating an Example Android App in Android Studio]]
 
#* [[Creating an Example Android App in Android Studio|Creating a New Android Project]]
 
#* [[Creating an Example Android App in Android Studio|Creating a New Android Project]]
Line 114: Line 114:
 
#* [[Understanding Android Application and Activity Lifecycles (Android Studio)|Activity States]]
 
#* [[Understanding Android Application and Activity Lifecycles (Android Studio)|Activity States]]
 
#* [[Understanding Android Application and Activity Lifecycles (Android Studio)|Configuration Changes]]
 
#* [[Understanding Android Application and Activity Lifecycles (Android Studio)|Configuration Changes]]
#* [[Understanding Android Application and Activity Lifecycles (Android Studio)|Handling State Change]]<br><br>
+
#* [[Understanding Android Application and Activity Lifecycles (Android Studio)|Handling State Change]]<br><br><htmlet>ezoictoc2</htmlet>
 
# [[Handling Android Activity State Changes in Android Studio]]
 
# [[Handling Android Activity State Changes in Android Studio]]
 
#* [[Handling Android Activity State Changes in Android Studio|The Activity Class]]
 
#* [[Handling Android Activity State Changes in Android Studio|The Activity Class]]
Line 164: Line 164:
 
#* [[Creating an Android User Interface in Java Code using Android Studio|Adding Layout Parameters and Rules]]
 
#* [[Creating an Android User Interface in Java Code using Android Studio|Adding Layout Parameters and Rules]]
 
#* [[Creating an Android User Interface in Java Code using Android Studio|Using View IDs]]
 
#* [[Creating an Android User Interface in Java Code using Android Studio|Using View IDs]]
#* [[Creating an Android User Interface in Java Code using Android Studio|Converting Density Independent Pixels (dp) to Pixels (px)]]<br><br>
+
#* [[Creating an Android User Interface in Java Code using Android Studio|Converting Density Independent Pixels (dp) to Pixels (px)]]<br><br><htmlet>ezoictoc3</htmlet>
 
# [[Using the Android GridLayout Manager in Android Studio Designer]]
 
# [[Using the Android GridLayout Manager in Android Studio Designer]]
 
#* [[Using the Android GridLayout Manager in Android Studio Designer|Introducing the Android GridLayout and Space Classes]]
 
#* [[Using the Android GridLayout Manager in Android Studio Designer|Introducing the Android GridLayout and Space Classes]]
Line 331: Line 331:
 
#* [[Android Threads and Thread Handlers - An Android Studio Tutorial|Creating a New Thread]]
 
#* [[Android Threads and Thread Handlers - An Android Studio Tutorial|Creating a New Thread]]
 
#* [[Android Threads and Thread Handlers - An Android Studio Tutorial|Implementing a Thread Handler]]
 
#* [[Android Threads and Thread Handlers - An Android Studio Tutorial|Implementing a Thread Handler]]
#* [[Android Threads and Thread Handlers - An Android Studio Tutorial|Passing a Message to the Handler]]<br><br>
+
#* [[Android Threads and Thread Handlers - An Android Studio Tutorial|Passing a Message to the Handler]]<br><br><htmlet>ezoictoc4</htmlet>
 
# [[Understanding Android Started and Bound Services]]
 
# [[Understanding Android Started and Bound Services]]
 
#* [[Understanding Android Started and Bound Services|Started Services]]
 
#* [[Understanding Android Started and Bound Services|Started Services]]

Revision as of 15:48, 18 November 2016

Table of ContentsNext
Android Studio Development Essentials 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 currently reading the Android Studio 1.x - Android 5 Edition of this 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. Android Studio Development Essentials Introduction

  2. Setting up a Windows, Linux or Mac OS X Android Studio Development Environment
  3. Creating an Example Android App in Android Studio
  4. A Tour of the Android Studio User Interface
  5. Creating an Android Virtual Device (AVD) in Android Studio
  6. Testing Android Studio Apps on a Physical Android Device
  7. The Basics of the Android Studio Code Editor
  8. An Overview of the Android Architecture
  9. The Anatomy of an Android Studio Android Application
  10. Understanding Android Application and Activity Lifecycles
  11. Handling Android Activity State Changes in Android Studio
  12. Android Activity State Changes - An Android Studio Example
  13. Saving and Restoring Activity State in Android Studio
  14. Understanding Android Views, View Groups and Layouts in Android Studio
  15. A Guide to the Android Studio Designer Tool
  16. Designing a User Interface using the Android Studio Designer Tool
  17. Creating an Android User Interface in Java Code using Android Studio
  18. Using the Android GridLayout Manager in Android Studio Designer
  19. Working with the Android GridLayout using XML Layout Resources
  20. An Overview and Android Studio Example of Android Event Handling
  21. Android Touch and Multi-touch Event Handling in Android Studio
  22. Detecting Common Gestures using Android Studio and the Gesture Detector Class
  23. Implementing Android Custom Gesture Recognition with Android Studio
  24. An Introduction to Using Fragments in Android Studio
  25. Using Fragments in Android Studio - An Example
  26. An Android Studio Master/Detail Flow Tutorial
  27. Creating and Managing Overflow Menus in Android Studio
  28. Animating User Interfaces in Android Studio using the Transitions Framework
  29. An Android Studio Transition Tutorial using beginDelayedTransition
  30. Implementing Android Scene Transitions – An Android Studio Tutorial
  31. An Overview of Intents in Android Studio
  32. Android Explicit Intents – An Android Studio Example
  33. Android Implicit Intents – An Android Studio Example
  34. Broadcast Intents and Broadcast Receivers in Android Studio
  35. Android Threads and Thread Handlers - An Android Studio Tutorial
  36. Understanding Android Started and Bound Services
  37. Implementing an Android Started Service in Android Studio
  38. Implementing Local Bound Services in Android Studio
  39. Android Remote Bound Services – An Android Studio Tutorial
  40. An Overview of Android SQLite Databases in Android Studio
  41. An Android Studio TableLayout and TableRow Tutorial
  42. An Android Studio SQLite Database Tutorial
  43. Understanding Android Content Providers in Android Studio
  44. An Android Studio Content Provider Example
  45. Accessing Cloud Storage using the Storage Access Framework in Android Studio
  46. An Android Studio Storage Access Framework Example
  47. An Android Studio VideoView and MediaController Tutorial
  48. Video Recording and Image Capture using Camera Intents - An Android Studio Example
  49. An Android Studio Recording and Playback Example using MediaPlayer and MediaRecorder
  50. Working with the Google Maps Android API in Android Studio
  51. Printing with the Android Printing Framework in Android Studio
  52. An Android Studio HTML and Web Content Printing Example
  53. An Android Studio Custom Document Printing Example
  54. Generating a Signed Release APK File in Android Studio
  55. An Android Studio Google Play In-app Billing Tutorial
  56. An Overview of Gradle in Android Studio
  57. An Android Studio Gradle Build Variants Example

You are currently reading the Android Studio 1.x - Android 5 Edition of this 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
Android Studio Development Essentials Introduction