Hi AL,

You can include your data set in .apk resource and unload it from the
resource to your database. Your app can even use the data directly from the
resource file, for demonstration purpose.

SQLite is kinda slow on volume of row insertion, though.

Peter

----- Original Message -----
From: "AL" <[EMAIL PROTECTED]>
To: "Android Challenge" <[email protected]>
Sent: Wednesday, April 09, 2008 2:45 AM
Subject: [android-challenge] Can't include initial database -> Cant submit
entry to developer challenge


>
> I've spent at least 50 hours developing my entry for the android dev
> challenge but now I cant submit it because i need test data in my
> SQLite database or the app is an empty shell. The only way i can
> populate my database is to run execSQL(); one insert statement at a
> time, which takes about 15 minutes during startup, and i dont expect
> anyone to wait more than a few seconds.. And my database size is only
> 11 kilobytes on disk ... the apk file lets you include xml, drawables,
> and raw data but no sql databases, why?
>
> have i missed something here or is my entry dead in the water...?
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Android Challenge" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/android-challenge?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to