Y
Hacker News
new
|
ask
|
show
|
jobs
by
vbezhenar
2834 days ago
I'd suggest to use SQLite as a persistent storage. It's very fast, convenient and cross-platform.
1 comments
sidlls
2834 days ago
Room/LiveData are abstractions over the persistent store but by default/in practice they abstract over SQLite.
link