I have string of value that I have stored in my arraylist.Now i want that data to be displayed in form of rows and column and each row must be clickable.so having this search on the net I came to know that using list view will be the best solution but how can i use listview to display multiple columns and how can I populate the value from my array list into differnt column of Listview appropriately? Need some suggetions people thank you.
Asked
Active
Viewed 36 times
0
-
2Refer http://stackoverflow.com/questions/5070830/populating-a-listview-using-arraylist – Rajesh Jadav Aug 12 '15 at 11:07
-
Duplicate of http://stackoverflow.com/questions/5070830/populating-a-listview-using-arraylist – Rohit5k2 Aug 12 '15 at 11:08
-
ya thanks for the reply but that example helps in the case of single column i need to have multiple columns.. – darshan kodkany Aug 12 '15 at 11:11