How do i share images directly to Google photos? - android

Without raising the share menu?
Also, can I share a bunch of images together?
Thanks !

Use https://developers.google.com/photos Google Photos api. Transfer photos easily

Related

Fetch Image without URL in Android

I'm developing an app and one of the components involves the user recording where they have gone for the day. I use some NLP to identify the location, however it would be awesome if I could also after obtaining the location or any other string for that matter get an image from an external API. I've seen people use image urls to get images for their android app but, how can I get an image without a URL, kind of of like a google images search? If this isn't possible is there a way to get an image url?
You can use Google Images Api:
https://serpapi.com/images-results

saved internal memory video should not be Share to another Application

I am working on an android application in that included premium account video I downloading with single and multiple on a time but I need to Implement that downloaded video should not be sharable to any other application please give me suggestion I would appreciate every response Thank you in advance
I would suggest you to make use of Encrypting video instead of breaking your head in trying to hide. As you are aware there are multiple ways to find out the video even if it stored in folder with .(dot)(foldername)
Please find the link given below which talks about encrypting and decryption of videos
https://stackoverflow.com/a/18892960/2850044

Multi-user thumbnail in android

I need to show a thumbnail of multiple users like in gmail does when there is multiple people in a thread.
The sample is as follows:
I'm looking at creating the first image in the listview.
Image Source: Gmail screenshot in Play store.
Wonder if this may help :
Render Two images in ImageView in Android?
http://androidattop.blogspot.in/2012/06/merge-multiple-images-into-one-image-in.html
Not sure if they can be really helpful, but something close to what your trying to achieve. You could probably even create a custom ImageView and use it instead of the standard ImageView

Android - share both text and image to WhatsApp same as YouTube share function

I have been searching for a way to create a share function that share an image and text in the same time and the answers i found is that WhatsApp can only share a single text or single image or single audio .. but in another hand i found that YouTube application is able to share text and image in the same time and in one message box as shown below:
So is anyone have an idea of how to do this?!.
And thank you in advance.
WhatsApp actually recognize this link as a youtube link and gets the preview image of the video from youtube.
WhatsApp and youtube probably made an arrangement between them, when WhatsApp recognize
a youtube link it request the image from youtube servers and gets it.
You can see that if you take only the link and send it, the image will be added by WhatsApp.
unfortunately there is no way (that i know off) to share both an image and a text in WhatsApp.
Regards,
Gili
Checking the answer from Gili, what I found out is the link that YouTube share has the follow format in the Extra Text:
https://youtu.be/prkQ6QFv-_Y
So, it is quite easy to parse it and by using the YouTube API for Java, it is possible to retrieve almost all the possible information about that video and build your own layout.
Link one: How to register your app for YouTube to share the text and
capture it:
http://developer.android.com/training/sharing/receive.html
Link two: YouTube Data API for Java
https://developers.google.com/api-client-library/java/apis/youtube/v3
What I am not sure if all the version of YouTube shared text has the same format or not.

How to image upload in Amazon s3 webservice using android?

I need big help from you,I want to upload image using amazon s3 web service.I got bucket name,access key,secret key,I need help with How to implement code for upload images in amazon s3,i need sample code for that..
Thanks Friends
You will find the details here,
http://aws.amazon.com/articles/4225549089557252
http://jets3t.s3.amazonaws.com/toolkit/code-samples.html
And also check these,
http://aws.amazon.com/articles/1434
http://www.lysesoft.com/products/s3-bucketupload-android/
http://aws.amazon.com/sdkforandroid/
http://aws.amazon.com/sdkforandroid/faqs/

Categories

Resources