Saving user state is a critical aspect of Android development. This module will cover the different persistence
mechanisms available, including DataStore, Android Files, and Room Database, and how to select the appropriate
one based on a given situation. Learners will learn how to save simple data using DataStore, understand the different
types of storage available on Android, save and read data from Android Files, and work with Room Database to perform CRUD operations.
By Harun Wangereka.
In this lesson, you’ll learn how to save simple data using DataStore. You’ll also learn the difference between
DataStore and SharedPreferences and how to save and read data from DataStore.
In this lesson, you’ll learn about the different types of storage available on Android, including
internal and external storage. You’ll also learn about permissions and scoped storage and the
purpose of shared storage.
In this lesson, you’ll learn how to define a Room database, including the purpose of a Room database, the components of a Room database, and how to create a database.
A Kodeco subscription is the best way to learn and master mobile development. Learn iOS, Swift, Android, Kotlin, Flutter and Dart development and unlock our massive catalog of 50+ books and 4,000+ videos.