I have developed a database application for Android. Now I want to make it available to deploy it. But I don't how to deploy it with the database.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I hope you might have used sqlite database. Keep your sqlite database in your assets folder and create your apk. Android will take care of the rest.
where DB_Path = "/data/data//databases/"; and DB_Name = your database name |
|||||||||
|