I've got no ideas, but this is the reason that I pretty much gave up on
android as a platform for me: this activity should be simple.  Instead
accessing a db is difficult, and using a preloaded db results in larger
apps.

Somehow it is easier to use a db in JAVAFREAKINGSCRIPT than in android.
 Jquery makes this so painless, so why does it have to be such a pain in the
backside.  This should be simple!  Yes, some apps will require greater
flexibility than the simple method would allow, but that doesn't mean that
there shouldn't *BE* a simple method.

Get it fixed!

Ben

On Fri, Jul 30, 2010 at 7:39 PM, Bret Foreman <bret.fore...@gmail.com>wrote:

> 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<android-beginners%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-beginners?hl=en
>



-- 
I have no bit of wisdom to include as a signature.

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