2
votes
2answers
1k views

Optimizing mass inserts into SQLite

I am trying to optimize inserts from a returned JSON which contains data from multiple tables on the remote server. My code is working, but I just want to figure out a way for it to work better. I ...
1
vote
0answers
656 views

i cannot retrieve image in sqlite [closed]

Getting error in Checkdata.java as icon cannot be resolved or is not a field I don’t want to insert image through resource folder I want to pick the image from memorycard, (I have inserted code how ...
2
votes
1answer
369 views

Android SQL in its simplest form

I thought I would just post a really simple wrapper for those who don't want to implement the retarded SqliteOpenHelper, which is really, really stupid. Below is a class to open/create a database, ...