Code Theory

Android

Storage & Preferences

SharedPreferences, SQLite and the internal and external file systems.

Storage & Preferences guides on Code Theory
Guide Length API status
Saving User Settings with Android Preferences (PreferenceActivity, PreferenceFragment, Headers)

An Android application will often need to have a dedicated section (page/Activity) where the user should be able to modify the app settings like…

2904w Current
Working with SQLite Database (CRUD operations) in Android

We’ve covered data storage options like SharedPreferences and Internal/External Storage before.

1997w Current
Android Saving Files on Internal and External Storage

Android allows us to store files in its file system which is quite similar to any other Linux filesystem that you must have experience with.

1689w Current
Android Application Data Storage With SharedPreferences

Android has a concept of shared preferences using which application preferences data can be stored persistently.

1416w Current

More in Android

All Android →