0

I have a class which holds strings. I declared them like this:

private String pper[]={"" + "Juan", "Manuel",........};

This is then displayed as a listview, and that is fine. Now, i want to add an icon/image on its item. How can i do that?

thanks for your help.

Cody Gray - on strike
  • 239,200
  • 50
  • 490
  • 574
Riza
  • 697
  • 2
  • 10
  • 17

1 Answers1

1

i think you are looking for that: How to display a list of images in a ListView in Android?

Community
  • 1
  • 1
justicepenny
  • 2,004
  • 2
  • 24
  • 48