Adding the user's contact's photo from phone to ListView? :D
问题 I have created a list of contact's in user phone, now i want to add the user's photo (not from fb) how to create that? :D This is a piece of my code : public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); ContentResolver cr = getContentResolver(); Cursor cursor = cr.query(Uri.parse("content://sms/inbox"), null, null, null, null); int indexBody = cursor.getColumnIndex("body"); int indexAddr = cursor.getColumnIndex("address"); if