have a json object with a tag image having images with .gif extnsion..how can i parse them & show in my list view..
{
"Image": "no_image.gif",
}
I have got string values through
image=c1.getString(TAG_IMAGE);
next what should be done???