Show First Column Items in ListViewer

Hello everybody,
How can I call data which is in csv in order to view items for the first column only in Listviewer.

Data in csv has only two columns and there is a coma between each column set as:

cars,1.csv
spareparts,2.csv
tools,3.csv

1 Like

your solution looks almost fine
in the for each item in list loop you only have to loop through the csv list (a better name for the global variable csv would be listCsv, the global variable ListView_Element I would rename to listListview)
and inside the loop you should add items to the listview list rather that the csv list

EDIT: for debugging let me recommend you to use Do it, see also tip 4 here App Inventor: How to Learn | Pura Vida Apps
Live Development, Testing, and Debugging Tools

Taifun
PS: is your second name Osama by accident?


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.