Google Custom Search API on Android - search by uploading image file? - android

In my app, I would like to take the photo, and then upload it to the search engine API and receive JSON/XML with the search result, so the user can choose the most matching option.
Is it possible to use image search by uploading the image file (like you would do that in regular google image search), instead of providing the image URL?

Related

Insert digital signature on PDF Android

I am getting the pdf link from serve. I want to get the users digital signature like shown below,
This signature I can capture and save the bitmap.
Now I want to insert this signature to the pdf which is fetched from the server as shown below.
Once user clicks on done, I shold generate updated pdf file with the signature captured from the user.
I did google search on this and found that with PDFBox it can be achieved.
Can anyone let me know how to achieve this with Pdf box or is there any other alternative solution.

Is it possible to have a chrome extension on android chrome?

I've been searching but all I can find is a reference to download another browser called yandex and install the chrome extensions I have on that.
I want to create an app that uses a chrome extension in android to allow the user to download images and store them in a folder.
E.g. My app: the user will search google images and each image that the user views, an icon will appear top right on the image which provides the user with a menu to download to a specific folder.
But the only extensions I've been able to download are for desktop.
Can I achieve what I want with my app?

Use Google search by Image uploading an image from gallery

I'm trying to create an Android application to recognize an image by Google images search. I want that a user provides an image to Google (by uploading it from the gallery) and Google returns the web page with the best guess for the loaded image.
I would open the google images search page (https://www.google.it/imghp?hl=it&tab=wi&ei=ZzCGWIW9EcyuswHu7KroDA&ved=0EKouCBYoAQ) inside of my activity.
But, in this page, in order to see the camera icon next to the search bar that lets you upload images, you must set your browser with the "pc view".
So how can I open in my activity this page directly in "view PC" mode? In addition there is a way to directly execute the image search using Google image search without opening the associated page but through an http request?
I am also interested in different approaches to the problem.
Thanks in advance.
To open the page in PC mode, you could set the user agent to that of a desktop browser
webview.getSettings().setUserAgentString("DESKTOP_USERAGENT");
An alternative would be to send the image to Chrome and allow the user to perform the reverse image search using the built-in menu, but that is no longer a native solution.

i want to upload image into Google drive and retrieve the image URL from Google drive in android- eclipse ?

i want to upload image into Google drive using android eclipse (let me know if anything good than drive) and retrieve from it for later use . i need to start camera from app and took a pic then it must save (Optional : i don't want to save in external/internal storage) in Google drive or any other good image storage ( need suggestion for this) sites and retrieve to specific persons detail .
Have you tried to use Google Drive Android API? https://developers.google.com/drive/android/

Limit the file extensions displayed in Google Drive on Android app

I am allowing users of my Android app to take their own photos or use photos from their gallery and one aspect of that is that they can open Google Drive too. Is there any way to open Google Drive and only show files that are images?
I haven't been able to find anything on this online but I would imagine something like this is possible. Otherwise I have to handle incorrect file types on the app side which is an okay solution but I was hoping to prevent the problem on the user side in addition to handling the incorrect file types.

Categories

Resources