Relative Content

Tag Archive for androidsqliteandroid-room

Android Room – Two databases with same name

I have an application and I’ve integrated room for storage. I have a database in the app module and I have a separate module/lib for developer environment selectors. I have a database in that module also.