Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3637

Shipping an existing sqlite DB with an Android app

$
0
0

I am making an Android app that relies heavily on a database (right now in sqlite format). I have tried drag-and-dropping the db onto the project, but when compiling or running, Xojo complains about “unknown reference.”

So for now I am creating a new db if it isn’t present, populating it with two tables (around 20k rows). So it… takes time…

How can I ship a pre-populated sqlite db in my Android app?

3 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 3637

Trending Articles