Showing Associative Array in ListView through Adopter with custom layout item

48 Views Asked by At

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.

enter image description here

I have my custom list item designed.

enter image description here

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.

enter image description here

0

There are 0 best solutions below