Android: Help add image to Private string
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.
i think you are looking for that: How to display a list of images in a ListView in Android?
精彩评论