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

From Techotopia
Jump to: navigation, search
Line 25: Line 25:
 
# [[Saving and Restoring the State of an Android Activity]]<br><br>
 
# [[Saving and Restoring the State of an Android Activity]]<br><br>
 
# [[Understanding Android Views, View Groups and Layouts]]<br><br>
 
# [[Understanding Android Views, View Groups and Layouts]]<br><br>
 
+
# [[A Guide to the Android Studio Layout Editor Tool]]<br><br>
  
  

Revision as of 15:43, 10 January 2019

Table of ContentsNext
Introduction


You are reading a sample chapter from the Android Studio 3.2 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


  1. Introduction

  2. Android Studio Installation and Setup

  3. Creating an Example Java Android App in Android Studio

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

  5. Using and Configuring the Android Studio AVD Emulator

  6. A Tour of the Android Studio User Interface

  7. Testing Android Studio Apps on a Physical Android Device

  8. The Basics of the Android Studio Code Editor

  9. An Overview of the Android Architecture

  10. The Anatomy of an Android Application

  11. Understanding Android Application and Activity Lifecycles

  12. Handling Android Activity State Changes

  13. Android Activity State Changes by Example

  14. Saving and Restoring the State of an Android Activity

  15. Understanding Android Views, View Groups and Layouts

  16. A Guide to the Android Studio Layout Editor Tool


  1. Modern Android App Architecture with Jetpack

  2. An Android Jetpack ViewModel Tutorial

  3. An Android Jetpack LiveData Tutorial

  4. An Overview of Android Jetpack Data Binding

  5. An Android Jetpack Data Binding Tutorial

  6. Working with Android Jetpack Lifecycle-Aware Components

  7. An Android Jetpack Lifecycle Tutorial

  8. An Overview of the Android Jetpack Navigation Architecture Component

  9. An Android Navigation Component Tutorial

  10. The Android Room Persistence Library

  11. An Android TableLayout and TableRow Tutorial

  12. An Android Room Database and Repository Tutorial

  13. An Android Biometric Authentication Tutorial

  14. Creating, Testing and Uploading an Android App Bundle


You are reading a sample chapter from the Android Studio 3.2 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
Introduction