Why are my contact photos not displaying in listview?
问题 IMPORTANT TO NOTE THAT THE API IM WORKING WITH IS 2.3 I have a listview that is currently populated by the contacts (currently 6) who have sent me text messages in my device's inbox. After all contacts are collected and passed into an ArrayList<String> , the ArrayList is then passed into a constructor for my CustomAdapter class. From there, this is the code that populates my listview with the contacts from my inbox from within my getView() method: holder.photo = (ImageView) rowView