Is there a way to use a pre-populated sqlite db file like "xyz.db" with Android Room. I went through couple of posts but still not able to figure out a robust solution.
The db file "xyx.db" is located in the assets/databases folder.
Also I want to know if Android Room is the right choice for an app which uses DB only for read. There would be no writes to the DB. Please suggest any alternate approach to solve this kind of problem with an ORM solution.