Hour 15. Using SharedPreferences
What You’ll Learn in This Hour:
Using SharedPreferences
to store data
Creating a PreferencesFragment
Generating a PreferencesActivity
SharedPreferences
is a class that provides the ability to store data in key/value pairs. This data can be set and retrieved in any Activity
. Android provides ...
Get Sams Teach Yourself: Android Application Development in 24 Hours, Fourth Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.