database - Android SQLite DB location -



database - Android SQLite DB location -

is possible store applications sqlite database in other location define instead of default /data/data//databases location?

thanks

this might helpful. demonstrates how store db in assets folder of app, (though re-create on db /data/databases database, i'm not sure if help situation.)

could give little more context why want store database elsewhere?

android database sqlite

Comments

Popular posts from this blog

c# - Move local mssql database to webhosted MYSQL -

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -