How can I load image from below url . http://images.google.com/hosted/life/l?imgurl=46d75bbfa52a8450
I use Google Custom Search API to search image from site images.google.com . It will return a json file with contents of link tag . Example : http://images.google.com/hosted/life/l?imgurl=46d75bbfa52a8450 . And I want to load it to my view .
If URL is endwith file extends ".jpg or .png", i can download and display it . But if not , i can get the image . Anyone can help me .
Hi Please used below code.