lundi 2 février 2015

Using an SQLite database from a service in Android

I would like to find out if the following is possible. I want to have an activity and a service that both make changes to a database, will the service still be able to access and change the content of the database once the activity stops running?


I know that the service can run independent of the activity once it is closed, but just not sure if database access will still be able to continue?


Thanks, Wihan


Aucun commentaire:

Enregistrer un commentaire