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 6701125
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T06:53:46+00:00 2026-05-26T06:53:46+00:00

I know it’s possible to share a text message with ACTION_SEND by specifying Intent.EXTRA_TEXT

  • 0

I know it’s possible to share a text message with ACTION_SEND by specifying Intent.EXTRA_TEXT. Same approach works for images – Intent.EXTRA_STREAM.

But how can I add both text and image to the same intent?

  • 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-05-26T06:53:47+00:00Added an answer on May 26, 2026 at 6:53 am

    you can send text and image via intent like

    If you are sending using Intent ACTION then,

    To send only one data either text or stream use,

    Intent intent = new Intent(Intent.ACTION_SEND);

    To send more then one data at a time use,

    Intent intent = new Intent(Intent.ACTION_SEND_MULTIPLE);


    Normally to send from one specific Activity to any another specific activity,

    Send

    Bitmap bmp = "Your Bitmap";
    String txt = "Text";
    Intent intent = new Intent(ActivityName.this,SecondFile.class);
    intent.putExtra("Text",txt);
    intent.putExtra("Img",bmp);
    startActivity(intent);
    

    Receive

    Intent intent = this.getIntent();
    String txt = intent.getStringExtra("Text");
    Bitmap bmp = intent.getParcelableExtra("Img");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know we can trigger an Intent.ACTION_SEND intent to send email. But according to
Know if it's possible to access the iPhone compass in Safari using JavaScript? I
Anyone know if it's possible to databind the ScaleX and ScaleY of a render
I know you can use a javascript to do this <script type=text/javascript> touchMove =
I know its probably possible, but is it practical and doable to try and
I know its probably possible, but is it practical and doable to try and
I know Google Maps (or VLC used to) lets you share files from iTunes
I know it is possible to add new CSS classes definitions at runtime through
Know of an OCAML/CAML IDE? Especially one that runs on Linux?
Know of any good libraries for this? I did some searches and didn't come

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.