views:

27

answers:

1

How to put image and name in the list in android

A: 

You need to make a ListAdapter to tell the ListView how to display your items (image and name). You can read a tutorial here. I'm sure there are many other tutorials out there, including the ones from google.

Benny Jobigan