I am creating a voting application, and I want users to be able to create polls.
For each poll, there will be an associated image. I was planning on using either Flickr or Google Images to allow users to search for images to utilize in any polls that they create.
I found the site below from Google's documentation, but it looks like it is deprecated:
https://developers.google.com/image-search/v1/jsondevguide?csw=1#sending-a-basic-query
At the end of the day, I would like for the users to be able to query Google Images from an entered string, and then have the results from Google Images display in a GridView. Any advice on how I would write the request and display the JSON results in a GridView would be much appreciated.