Inserting large amount of data into android sqlite database?

后端 未结 2 559
醉话见心
醉话见心 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条回答
  •  猫巷女王i
    2020-12-06 16:13

    You could store the information on a CSV file, then read the file and store each row in sqlite.

提交回复
热议问题