Inserting large amount of data into android sqlite database?

后端 未结 2 555
醉话见心
醉话见心 2020-12-06 15:41

I have a large amount of data i want to import into one sqlite database. 4column and 150 rows. Currently the data is in a excel spreadsheet.

How can i import it into

2条回答
  •  Happy的楠姐
    2020-12-06 16:27

    You can load database on your desktop using any of db console, add it to resources and replace db file created by DbHelper with your own file. If you use Motodev it will be much easier.

提交回复
热议问题