I have post an image to Google Plus account in android application. I take a picture from camera and i want to post it on my google+ account.
How can i do it ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can specify the MediaStore Uri (which looks like content://media/external/images/media/42) instead of the absolute path on the file system.
Here’s an example that takes an picture with the camera, and fires the ACTION_SEND intent with that image. If the Google+ app is installed, the user will be able to post the image they took from the Google+ app.