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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T11:12:49+00:00 2026-05-29T11:12:49+00:00

I have a question: I have a list (for example with Names from my

  • 0

I have a question:

I have a list (for example with Names from my friends) in activity “a”. When i click on one of the names(example: peter) i want to start a new activity “b”. At this activity i want to show number, birthday … from this person (peter).

Intent intent = new Intent(this, activityb.class);
            startActivity(intent);

Can I insert here a parameter?

How knows activity “b” that activity a clicked the name peter…. ? I dont have any idea…. Normally i will save it with a special parameter for my function… But this is activity…..

  • 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-29T11:12:50+00:00Added an answer on May 29, 2026 at 11:12 am

    You can add extra values to the intent in activity A by using putExtra() and use getStringExtra() (or getLongExtra(), getIntExtra(), etc.) to retreive them in activity B

    Take a look at this page:
    http://developer.android.com/reference/android/content/Intent.html

    // Activity A
    intent.putExtra("SOMENAME", "SomeString"); // Doesn't have to be a String ofcourse
    
    // Activity B
    String s = (String) getIntent().getStringExtra("SOMENAME");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Another question related to this one . I have a List<SortableObjects> that is the
Simple question. I have a new list and an old list. In Java is
may be too simple groovy question but....please help i have a list like this:
This question was very helpful, however I have a list control in my report,
Closed as exact duplicate of this question . I have an array/list of elements.
this is my problem: I have captured a variable from a ul-li list I
I have a question about list views. I hope someone knows the solution, because
I have a question field with a list of allowed characters : A-Z,0-9,colon (:),
I have a question about how to catch the exception in the initialization list.
Question is simple: I have two List List<String> columnsOld = DBUtils.GetColumns(db, TableName); List<String> columnsNew

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.