4
score
713
views
yes
status
CC BY-SA 3.0
Is it possible to use SQLiteOpenHelper to create DB in cache dir?
Here is an example of creating a database in your cache directory: All you need to do is pass the absolute path as the name parameter in the constructor. Tested just to make sure it was created in...