hi
is android capable of using an existing SQLite db file?
i dont want to do creation when the app is ran because i have existing data to put in the db and have the app use right away once it's installed in the emulator
so if it's possible, once i compile my project, which folder should i place the physical db file? and does the packager automatically place the db file in its appropriate directory?
the notepad example's code doesnt have this kind of sample.
thanks



