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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T20:09:46+00:00 2026-05-24T20:09:46+00:00

Before, i used intents for same activity. I have sent some text to other

  • 0

Before, i used intents for same activity. I have sent some text to other class via implementing serializable both of class which is sending texts and other class which is taken texts.
I used them:
Text Sending Class Has::
intent.putExtra("text",text);
startActivity(intent);
Text Receiving Class Has:
getIntent().getSerializableExtra("text").toString();
In my question for my new application, i have a listactivity which is stored some text. I want to send choosen text from list to send mms.apk’s textfield. Is it possible to do that?
Then user choose person from telephone directory and send message.

Many Thanks.

  • 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-24T20:09:48+00:00Added an answer on May 24, 2026 at 8:09 pm

    I’m think your asking how to send a SMS from within you activity with a specific string… if that is the case then to send an SMS from within your activity you create a sms intent:

    i = new Intent(Intent.ACTION_SENDTO, Uri.parse("sms:"));
    i.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
    i.putExtra("sms_body", "your string here"); 
    

    See this question too: launch sms application with an intent

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a lengthy JavaScript file that passes JSLint except for used before it
I am seeing some examples online where the @ is being used before server
I have a popup window code that I have used before in login forms.
I have a Facebook app that can't be used before a user log in
I successfully have used this code snippet before, but with the file pointing to
Before today I have never before used JavaScript so I'm trying to learn as
i have used asynctask in my programme i have dismiss dialog before intent is
I've never used source control before (always used renaming files and other methods), so
I am editing a certain website which before used the port 80 (default) that
Before I used a framework, I'd often define things like so (so my code

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.