I want to create an android application which get data from sqlite database placed on my sdcard directory.
can anyone give me a tutorial or a link that 100% works?
I’ve search for the tutorial, but they just give the way to copy from /data/data/package/databases to /sdcard
thanks before, sorry for the english.
This blog describes how to add an sqlite database to your apk and then copy it to data/data/… You could use the copying part to copy the database from sdcard instead of the assets directory used in the blog article.