I have already created an SQLite database. I want to use this database file with my Android project. I want to bundle this database with my application.

Instead of creating a new database, how can the application gain access to this database and use it as its database?

5 Answers
5

Leave a Reply

Your email address will not be published. Required fields are marked *