How to get Image URLs of Google search in android - android

I need to show Google search images in list view, Google search API is deprecated and I heard that custom google search will help, But That is not working I tried This link
https://fbombmedia.com/set-google-custom-search-api-app/
Can anyone help
Thanks

Related

Kotlin - Google Photos API integration

How can I integrate Google Photos API into my Android app using Kotlin to get the list of Albums and image according to album id.
I have tried so many ways and solution given on internet but i couldn't find proper documentation or any sample which can guide me.
Can anyone of you help me out to solve this or integrate Google Photos API.
Thank you in Advance.

search on google with the help of image from android phone

Is it Possible to Search on Google with the help of Image from android App that upload the image to google gallery and then search for it and returns the information to the App in the backend like Asyntask method of doinbackground() ?
There is an named Google Goggles . And currently it is the best image search app available .
Google has vast number of APIs you can search it there .
https://cloud.google.com/vision/
Read about this .

Google Places API (Android) Autocomplete just like on Google Maps

I am working on an app in which there is a AutoCompleteTextView that returns suggestions when a user types in. Everything is working fine but I have noted that there is difference in suggestions comparing to maps.google.com. For example when I search "bakery near" in google maps it returns suggestions, but when I search same text on my test app (which uses Google Places API AutoComplete) it returns nothing. Please tell me how can I achieve the suggestions like maps.google.com.
Note: I don't want to show google maps in my app.
Google Maps Example: http://i.imgur.com/BiwzxoD.jpg ,
Google Places API AutoComplete Example: http://i.imgur.com/T4lQe7x.png
Your help would be highly appreciated.
For a query like, "bakery near ...", I believe you would want to use the Query Autocomplete web service. Though even with this I do notice some differences between the results on Google Maps and this web service. I suspect that Google Maps has custom logic that moulds the input/results to be a bit more intuitive.

Android SDK for Google Search?

Background
I wish to allow the user to search for images within my app.
I know that Google Search has a deprecated way to search for images (here), and now it has a whole new "custom search" API.
The problem
No matter where I search, I can't find an SDK that works with the new API, and I also can't find what are the rules of using the API.
The question
How do you use Google Search within the app ?
Does the API also have a reverse search (for finding out the source of the image), like on TinEye ?
The docs for using the json api are here: https://developers.google.com/custom-search/json-api/v1/overview

How to create a plugin for google maps' "share via" list

I have tried to search for example for creating a plugin for the google maps such that it appears in the share via list that appears when one clicks share after selecting a location in google maps for android. since I don't know the exact terminology used for the plugin, probably thats why could't search for it on google search. Any kind of help is appreciated !
I have uploaded an image on flickr to explain the question clearly.(not enough credits yet)
http://www.flickr.com/photos/120188532#N04/13108649615/
It seems you are looking for Intent filters. This is described in the following guide from Android.
See:
http://developer.android.com/training/basics/intents/filters.html

Categories

Resources