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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T14:56:32+00:00 2026-05-19T14:56:32+00:00

i want to create an activity, in which, i would like to have a

  • 0

i want to create an activity, in which, i would like to have a listview, there can be about 20-30 items in a list view,on tapping any particular value in listview, it should move to another activity, with the data of list view.

Just wanna pass data from listview to another activity.
Suggestion plz
Regards

  • 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-19T14:56:33+00:00Added an answer on May 19, 2026 at 2:56 pm

    Implement ListView‘s OnItemClickListener, once you handle this event, try to get the location of the row that was clicked.

    Once you get it, access that particular row position in the source array (or whatever else you’re having). This way, you’ll have the data that you want to pass to another activity.

    Now use this code:

    Intent anotherActivityIntent = new Intent(this, AnotherActivity.class);
    anotherActivityIntent.putExtra("my.package.dataToPass",dataFromClickedRow);
    startActivity(anotherActivityIntent);
    

    and when the anotherActivityIntent starts the AnotherActivity class, use following code to access the value that you had passed:

    Bundle recdData = getIntent().getExtras();
    String myVal = recdData.getString("my.package.dataToPass");
    

    Now you have your data in myVal variable. you can use any other data type, whichever you like.

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

Sidebar

Related Questions

In my application I have classes/nodes like: -person -activity -company I can create relationships
I want to create an Activity which shows a sort of menu a user
Like in topic - I want to create activity above tabHost that I already
I want to create a custom style for an activity that will look like
I have an simple EditText inside an Activity and I want to create a
I have created a list view which contains a list of images defined by
Assume that i have created a client TCP Socket in Activity A. I want
I want create wordpress website into which I want create user management... That means
I want create an application with animate button? how can i do? after click
I want to create a table where my users can associate a friendship between

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.