I currently have a flat file in my assets directory that I read into
SQLite the first time I need something from the appropriate table.
That works OK, but I'm effectively doubling the space required for
that data and it's a lot of data.

I'd like to recover that space. I did some searching and this appears
to be one of the most common unsolved issues with Android. It appears
the only clean way to do it is to connect to some online storage
service like S3. I'd like something easier than that. Any ideas?

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to