Android - find image link API -
hey !
i have android app user can search on specific subject, let's take word "cats" example. when user submits search want find image similar or on subjects searched for. a search engine images more or less. want "easy" deal with, thought integrating google search api app. let user search google, , take first image comes up.
however, haven't found example , need push in right direction. if give me example api needs, that'd great.
apparently google search api never deprecated it's still , running. provides json data , parsed android.
if else needs image api here's test search: https://ajax.googleapis.com/ajax/services/search/images?v=1.0&q=searchquery&rsz=8&start=1&imgsz=small|medium
and json reference: https://developers.google.com/image-search/v1/jsondevguide
Comments
Post a Comment