Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 440 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 440 Bytes

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)