how to use .csv file in android?

前端 未结 4 1023
忘了有多久
忘了有多久 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:39

    CSV stands for Comma-Separated Values. Quite good explanation can be found at wiki: CSV. Since you're programming on Android platform consider using one of availible Java libraries such as OpenCSV or JavaCSV.

提交回复
热议问题