Just Simple Info

Pages

Speed up Large Data Insertion in Sqlite Database in Android Application


Speed up large data insertion in sqlite database in android application

In my android project I need to insert large data in sqlite database. Inserting 20000 lines of data using ContentValues is not a good idea in term of speed of insertion. It's take more than a minute.