You are on page 1of 2

To create and represent the actual SQLite database, we need to create

an abstract class which extends RoomDatabase class.

Here , with the database annotation we need to list all entity classes
which represents all tables of the database.
We also need to mention the database version.

Now here in this database class we should define methods to get all
data access interfaces.
Thank you for reading.
If you have any question please ask from me (using Q & A or
Messages).I am always happy to support you.
Happy Learning……
Anushka Madusanka

You might also like