Hi all,

I am writing an app in which I must embed a (read-only) database. It is
quite simple (category->subcategory->description), but big (3-4 MB).

I saw other softwares putting the SQL in the assets folder, and then
populate a SQLite DB, but this way I would fill double the space (6-8
MB) on the device.

Is there a way to directly use a sqlite DB in the assets folder? Or
should I use some other data structure?

As I said, the data is read-only and the software is still in the
"project" stage, so I can adapt the data model to anything.

Thank you very much.
Bye.


-- 
Alessandro Pellizzari

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to