Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7805263
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T02:10:11+00:00 2026-06-02T02:10:11+00:00

I have post an image to Google Plus account in android application. I take

  • 0

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 ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T02:10:13+00:00Added an answer on June 2, 2026 at 2:10 am

    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.

    public class MyActivity extends Activity {
      ...
      static final int IMAGE_REQUEST = 0;
    
      protected void pickImage() {
        Intent intent = new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE);
        startActivityForResult(intent, IMAGE_REQUEST);
      }
    
      protected void onActivityResult(int requestCode, int resultCode, Intent data) {
        if (requestCode == IMAGE_REQUEST) {
          Uri uri = data.getData();
    
          Intent intent = new Intent(Intent.ACTION_SEND);
          intent.setType("image/png");
          // uri looks like content://media/external/images/media/42
          intent.putExtra(Intent.EXTRA_STREAM, uri);
          startActivity(Intent.createChooser(i , "Share"));
        }
      }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

At the moment I'm coding a web application that imports image data from Google
http://demo.thethemefoundry.com/traction/#post-183 Which wordpress plugin is this, to have post image on the left side
I have to add image as attachment in post in wordpress. Currently image is
My site needs to have image based posts, meaning the post is only an
i have read the thread Google Goggles API . and From NotAnotherCodeBlog have created
I want to switch an image under Facebook page's tab (static FBML application), but
I have a high-resolution image that I want to use as a tiled map
I have the following html <form action=http://www.google.com method=post name=first target=_blank id=first> <img src=loader.gif id=icon/>
I have an image upload form <% using (Html.BeginForm(PictureValidateAndSave, UserGallery, new {}, FormMethod.Post, new
i want to create a web chat/forum application that is google wave alike. when

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.