Skip to content

This is repository of http://androidcode.pl blog Store section. It shows the ways to store data in Android apps.

Notifications You must be signed in to change notification settings

android-code/store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

store

This is repository of http://androidcode.pl blog Store section. It shows the ways to store data in Android apps. Posts about Android store data mechanisms from this repository can be found at http://androidcode.pl/blog/

This repostiory describe following data store ways:

  • Storage (Internal, External, Cache, LRUCache, Encrypted)
  • Key-value (SharedPreferences, PreferencesDataStore, Encrypted)
  • Database (SQLite, Room library)