Android: Bulk Insert, when InsertHelper is deprecated

前端 未结 4 623
慢半拍i
慢半拍i 2020-12-07 23:24

There is plenty answers and tutorials using InsertHelper to do fast bulk insert in SQLiteDatabase.
But InsertHelper is deprecated as of API 17.

What is now the f

4条回答
  •  独厮守ぢ
    2020-12-08 00:04

    I recommend you take a look at google IO app especially the provider, this is how google developers do this, so you can be sure that this is the proper way.

提交回复
热议问题