I have data in an ArrayList, for example:
[android_metadata, test1, test5, test4, test2, test3, test10, test1002, abcd, zxy, re, test1001, testing, test21, test12]
Now I want to set such data in a ListView in android. Please help me in this matter. I have seen many examples. but should I use the setter setter class to store data and display it in a ListView? I just need to show the list of data in the List List and set it to ClickEvent. Please give me some code to execute such a tool.
source share