D
D
Dmitry Yakovlev2014-08-12 08:52:52
Android
Dmitry Yakovlev, 2014-08-12 08:52:52

How to create and update sqlite database in android apps?

I found a library (android-sqlite-asset-helper) that copies the finished database file without using SQL queries in the onCreate method. I think this method works faster if the database is not small.
And how do you create and modify the database in your applications?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
GavriKos, 2014-08-12
@GavriKos

Bulky DB on android? I don't use it at all. The only thing I used it for was a list of notifications with IDs to turn them off if not needed. I used standard android tools.

C
Copperfield, 2014-08-12
@Copperfield

If the database is created on the device, I use the usual SQLiteOpenHelper .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question