How do I display a contact's photo from the contact's id?
问题 This code (within my CustomAdapter class) displays only the contact id based on the who sent me text messages and puts them into an ArrayList, then displays the list. I have a ImageView called holder.photo next to each contact id. How would I go about displaying the contact's photo in the in the ImageView? String folder = "content://sms/inbox/"; Uri mSmsQueryUri = Uri.parse(folder); messages = new ArrayList<String>(); contactID = new ArrayList<String>(); SMS = new ArrayList<String>(); try { c