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

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -