SharedPreferences & Data Saving in Android App Development

Difficulty: Intermediate
Duration: 4 minutes and 42 seconds
Students: 13
Rating: 5/5

This course explores how to both save and then retrieve data in your Android app. We'll look at storage in the SharedPreferences class as well as saving data to local memory. Finally, we'll see how to retrieve stored data.

Intended Audience

This course is intended for anyone who wants to learn how to start building their own apps on Android.

Prerequisites

To get the most out of this course, you should have some basic knowledge of the fundamentals of Android.

Resources

Course GitHub repo: https://github.com/OakAcademy/android-app-development-with-kotlin/tree/main/Section%208%20-Shared%20preferences/SharedPreferences 

Covered Topics