Reputation: 75
I am looking to developing and Android App store for academic purposes. I was wondering if it was possible for the SQLite database of my main application to be made accessible to the applications (dummy applications) originating from my App store. Is it also possible to have concurrent access to an SQLite database on Android.
Alternatively is it possible for the data to be stored as a file on the device and be accessible to multiple applications.
Upvotes: 0
Views: 277
Reputation: 5068
you may create database in your sd card from where other application can also access that database.
Upvotes: 0