Android room & database migration

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. ...

January 25, 2019 · Alexey Nevinsky

Android room & Many2many relations

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

December 18, 2018 · Alexey Nevinsky