Pre-populating Room database with static data in Android using Hilt DI
Room database is a part of Android Architecture components and provides an abstract layer over SQLite. Room makes it easy to work with databases and provides a convenient way to pre-populate the database with static data.
Here’s how to pre-populate R...
hadiyarajesh.hashnode.dev6 min read