I have a large database and my plan is to supply it along with the app
so that the users need not wait for around 15 min for the initial
download, xml processing and creating the database.

I want to put the database files in the assets folder and copy them
when the user uses the app for the first time. But since there is a
filesize restriction on the files in assets folder, I want to split
the database files and then put them in the assets folder. Now when
the user opens the app for the first time all i want to do is join
these files and copy them to the device.

I have searched around and saw that a couple of posts which mentioned
that it is possible but did not find anything that explains how to do
split the files and join them.

please let me know how I can do this.

Thank you.

-- 
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