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.