I am creating an application that will have a
large database from the start. How can I include this database so that I
can ship the application with this database preinstalled?
Mark M.
how large is lage?
Mark M.
er, how large is large?
Aug 7
7:35 PM
Prasanna
i do not know an exact size for now, but at least
in the initial version, let's say it going to have a few tables that
will have about a 1000 rows each
Mark M.
oh, OK, that's not too bad
Mark M.
in that case, I recommend SQLiteAssetHelper
Mark M.
there's coverage of it in _The Busy Coder's Guide to Android Development_