How can two processes in an Application, one an Activity and another a Service can use a common SQLite Database? This is not a question targeting very specific problem, but I looking for a solution from last three but no help.
Thanks for help.
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.
You can write a ContentProvider which will do all the work with SQLite and both applications will use it to access DB.
http://developer.android.com/guide/topics/providers/content-providers.html