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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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