Book Image

Android Jetpack Architecture Components [Video]

By : Annapurna Agrawal
Book Image

Android Jetpack Architecture Components [Video]

By: Annapurna Agrawal

Overview of this book

Programming Android apps can be a complex process and a lack of knowledge about architecting your apps can result in spaghetti code and dead-ends. In order to deliver an extendable, maintainable, and testable codebase, you have to think about the architecture of your application from the very first stage of its development. This course will show you all new Android Jetpack Architecture components and features. You will develop Android applications by making use of all the architecture components available with Jetpack to reduce bugs in your codebase and provide seamless and smooth application development. Adding architectural components to your projects will increase their scalability and reduce code bugs. By the end of the course, you will know how to use Jetpack to manage background tasks, navigation, paging, life-cycle management, and much more. All the code and supporting files for this course are available at https://github.com/PacktPublishing/Android-Jetpack-Architecture-Components
Table of Contents (7 chapters)
Chapter 3
Lifecycle-Aware Components, ViewModel, and LiveData
Content Locked
Section 2
Lifecycle-Aware Components Demo
Demo on how lifecycle-aware components work. - Add lifecycle owner - Create lifecycle observer - Run the app and see the demo