Can I use a premade database in a Kotlin project?

Viewed 23

For my Android app in Kotlin can I place my SQLite database file somewhere in the project structure, maybe in Assets? Guides I found don't mention where the database is created or how to load one I already have.

0 Answers
Related