Hi all,
I’m just starting the adventure with programming mobile applications, so maybe it will be an easy topic for you.
How can I use an external database using ROOM?
I need to use an external database for displaying values in recyclerview. I added a database to the project’s assets then I’m going to create components Database, Entity and DAO.
Where can I implement a path to that database?
Also how can I display data in recyclerview?
Thanks