How could I get and display an image related to an contact?
When I pick a contact I get this field:
"photos": [
{
"id": "9",
"pref": false,
"type": "url",
"value": "content://com.android.contacts/contacts/2/photo"
}
],
How could I use this link to show a image on screen?