what's the recommended way to have store locally, so something like localstorage for the purpose of keeping user config settings ect? thinking of pulling some data from a server but would like a way for the local user to store some config settings locally
j
Javier
02/12/2021, 12:11 PM
I think that is not related to Compose itself
š 1
You can use whatever you want, any database or settings (key-value) library which supports jvm
š 1
g
Glenn Martin
02/12/2021, 12:21 PM
thanks, but what can be packaged within the app?
a
Ali Albaali
02/12/2021, 2:50 PM
You can use an embedded database such as SQLite. There's also Multiplatform settings which might be what you're looking for.