how to use .csv file in android?

前端 未结 4 1064
忘了有多久
忘了有多久 2021-01-07 15:36

I\'m doing a sample Quiz application in Android. I used array to store the Questions and Answers, now I wish to store the questions and answers in a .csv file.

4条回答
  •  北恋
    北恋 (楼主)
    2021-01-07 15:50

    CSV, comma separated values, files are commonly used to transport large amounts of tabular data between either companies or applications that are not directly connected. The files are easily editable using common spreadsheet applications like Microsoft Excel.

    Read more

    And take a look at these Samples on reading / writing *.csv

    .

提交回复
热议问题