PatDyn / SoundScape

Find a place playing your music
2 stars 0 forks source link

Persisting Data #22

Open PatDyn opened 2 years ago

PatDyn commented 2 years ago

Short Guide: https://guides.codepath.com/android/Persisting-Data-to-the-Device

Comprehensive Guide: https://www.androidauthority.com/how-to-store-data-locally-in-android-app-717190/

Google Room(recommended way): https://developer.android.com/codelabs/basic-android-kotlin-training-persisting-data-room

DataStore: https://levelup.gitconnected.com/modern-data-storage-on-android-meet-jetpack-datastore-part-1-2-9f314c994fc8?gi=ca6bbcede515

Important for #21 , #17 , #11, #23

FridtjofS commented 2 years ago

Database SQLite for Locations, from .json file

Shared Preferences for single-value saves like Settings