Hi All,
I am working on a small project and facing difficulty compiling a string array from the contents of the listview.
please help!
Please see that attached screenshot of the user interface.. I want the result be as following:
"4","Soda"
"3","water"
"14","Bottle Soda"
"4","Charcoal"
"6","Ice"
"8","Hotdog"
Only the checked lines are added to the array.. On the other side I will parse the csv file into a SQLite table.
Thanks in advance.
I am working on a small project and facing difficulty compiling a string array from the contents of the listview.
please help!
Please see that attached screenshot of the user interface.. I want the result be as following:
"4","Soda"
"3","water"
"14","Bottle Soda"
"4","Charcoal"
"6","Ice"
"8","Hotdog"
Only the checked lines are added to the array.. On the other side I will parse the csv file into a SQLite table.
Thanks in advance.