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 .
Related
I have created an app, the requirement is to display a Total number application download count in Main dashboard screen of app.
Is there a way or any API available for doing such thing ?
Thanks.
Yes, google provides a beautiful solution to this with its Embed API. The following is the link to that API.
https://ga-dev-tools.appspot.com/embed-api/
I don't know if there is an API or an URI scheme for the Android and iOS version for the Google Photos app for the search engine.
I want to send a search query to the Google Photos app, which shows me all the pictures with that query. Do you know if there is something?
Thanks for any response.
Edit:
I don't want to upload the photos. I just want to query it via the search engine.
Finally I found a solution, which solves my problem.
Google Photos is also providing his photo service in the web. When you search in the search bar on the top, it will generate a link like this:
https://photos.google.com/search/<query>
Now replace the <query> with the search you want to request. The results are still the same like on android and iOS.
When you open that link on an android device, the Google Photos app will open automatically.
Here's a sample for a request:
https://photos.google.com/search/black%20cat
I work on a Android TV project which can search movies with using users choices as input, and I want to integrate it to the Google Search Application.
For example, user enters "Interstellar" to Google Search application, my application can take this input and it will show the own results in the below of the Google Search results.
Is it possbile ? Is there any api or tool for it? Thank you.
What you are looking for is called App-Indexing. Google can search your app and suggest users to open your app in the search result. E.g. if you have the imdb.com app installed and you are searching for a movie on your phone, you will be able to open the app from the search results, pointing to the specific site in the app.
Check it out here: https://developers.google.com/app-indexing/
I am building an android app for finding book review. App functionality is likely taking a picture of the book cover with user mobile phone and instantly showing real time reviews from amazon.com or something.com. For this purpose i need to perform Google Image Search for finding the book's title. I have been studying about google's Custom Search API. But i have not find any solution for searching google with a image.
Does Custom Search API can search with image? If so how can i implement this to my app using Custom Search API?
I'm developing an android app which gets the user reviews like Google play app or amazon app. I need to display the review summary just like the way those application do. I wonder weather there is a inbuilt support to achieve that or have to use a library. Can anyone suggest me a mechanism?
Thanks in advance.!
This is a image of what im looking for [ From Google play]
you can use google chart api below link provide u some example
http://psychopyko.com/tutorial/how-to-use-google-charts/