I get the photos of the contacts with:
c.getString(c.getColumnIndex(ContactsContract.Contacts.PHOTO_URI)
Returns the path of the photo:
content://com.android.contacts/display_photo/1449
How can I read it and load it in ImageView
?
If it can be with Glide better than better.