Google Photos URI API - android

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

Related

How do I associate an Google Play Download App to a Website Google search for Android Apps?

So I have been trying to find wayx to associate My App to my website's google search, a couple of post are suggesting using App Indexing from the Google Play Store I tried that and nothing has happen so far...( Unless I have to create a deeplink in the App Mainfest?) And example of what I am trying to achieve is similar to the screenshot provided for such as Walgreens where they have a install button. And I want to achieve the same with my personal project. Are there any resources out there to achieve this feature?

Search video with YouTube API on Android

I'm trying to make a new application that will help people hear music together.
One problem I noticed is that the people need to get the YouTube code of each song or video they want to hear.
I kind of fixed this problem by using MySQL database with names and codes of songs, then all what the user need to do is to find the YouTube video and click on share with my application, it sends the link and the name of the video to the database and then users can search there for the song they want to play. However, I want to get rid of that, too.
Is there some way to search for a video on YouTube with the API?
I found this link to open source code on Google Developers https://developers.google.com/youtube/v3/docs/search/list#examples
But it just doesn't work.
You can use this:
https://www.googleapis.com/youtube/v3/search?part=snippet&q=eminem&type=video&key=<key>
Change the parameters to get what you actually need, but you need an API key from https://console.developers.google.com/ to make this work.
https://www.googleapis.com/youtube/v3/search?key={your_key_here}&channelId={channel_id_here}&part=snippet,id&order=date&maxResults=20
you can use above url for searching videos.

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 .

Extending Google Search Application results with using another application

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/

Performing google image search from android app

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?

Categories

Resources