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.
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.