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 6
Diving into Room Database
Content Locked
Section 4
View Database from Android Studio
Use SQLite Database browser to view data. - Install the package from the website - Find the database files in emulator/android device - See the database content on screen