Reputation: 27
I am trying to get data from php mysql and show it in my application. I've got the array(Assoc) with two attributes, name and link.
I have my custom list item designed.
I want to get the names from the array and put it in every item individually, and show the items in listview, further I want to use the onClick of every item.
Upvotes: 1
Views: 45