Hi
i have very large database so i am not able to store it in... \data\data\"PACKAGE_NAME"\databases
so i want to store database in Assets and access it from there .I do not want to copy database from assets into \data\data\"PACKAGE_NAME"\databases ..
So any fertile brain there to plant solution.....
views:
121answers:
1
+1
A:
You can use SQLiteDatabase.openDatabase or its siblings openOrCreateDatabase
to place a database in a path of your choosing.
Skurmedel
2010-06-10 13:22:57
Could u provide me any example to illustrate it?
MAkS
2010-06-12 11:06:48