Tag : room

13 April 2024 / / tech
Coming soon…
25 January 2019 / / tech

There was a convenient library Sqliteassethelper. It made possible do not write migration scripts from old to new schema version. The library immediately copies the new database file from apk when the new version of your application stating. And versioning of the database was saved.

18 December 2018 / / tech

Many Android programmers use Room and live data libraries. All things are good, but Room is not orm!