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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T10:26:29+00:00 2026-06-16T10:26:29+00:00

I am an beginner in Android development. I Have created a main activity and

  • 0

I am an beginner in Android development. I Have created a main activity and a second activity. The main activity contains an edittext and a button. The second activity contains some textviews. I have to display the content of the edittext in one of the textviews (eg:textview1) along with a Welcome message. Other textviews in the second activity displays text I have entered in the second activity xml code.

My java code for the second activity is this

Intent intent = getIntent()
String message = intent.getStringExtra(Main Activity.EXTRA_MESSAGE);
TextView text = (TextView) findViewById(R.id.textView16);
text.setText(message);

when running this I am getting an error. Please help

  • 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-16T10:26:30+00:00Added an answer on June 16, 2026 at 10:26 am

    Write below code in second activity

    Bundle bdl = getIntent().getExtras();
    String message = bdl.getString("data");
    TextView text = (TextView) findViewById(R.id.textView16);
    text.setText(message);
    

    instead of

    Intent intent = getIntent()
    String message = intent.getStringExtra(Main Activity.EXTRA_MESSAGE);
    TextView text = (TextView) findViewById(R.id.textView16);
    text.setText(message);
    

    it will solve your problem.

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

Sidebar

Related Questions

Im beginner in android development. I ve just created a button in main.xml file
I'm absolute beginner in Android apps development. I created a main menu with buttons.
Beginner in Android development. My code crashes. I have made a simple Java method
Iam a beginner in android project development. I have started developing a basic app
Iam beginner in android game development and i'm currently having some trouble on drawing
I am beginner in android. I have created one test application which consists of
I am an android development beginner with some experience in other object oriented languages
I am a beginner in Android development, and I have to continue a project
I am a beginner in Android development and starting my second Android project -
I'm a beginner for Android Development. So, i have need to deploy my Android

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.