Load and show a CSV file with ListView

I am trying to create an application that displays a traditional dictionary (words in one language with their translations in another) through a list of this style:

word: [translation], [translation]
word: [translation], [translation]

I have these parts loaded in a CSV file but I don't know how to load the file and display it in a list. Help me!!

Post a small sample of the CSV file (3-4 words) and show what you've tried so far (i.e. your blocks).
Also describe the goal / purpose of your app.

Something like this ?

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.