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

  • Home
  • SEARCH
  • 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 3850084
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T16:57:17+00:00 2026-05-19T16:57:17+00:00

I have a ListView with 3 items and an OnItemClickListener . How can I

  • 0

I have a ListView with 3 items and an OnItemClickListener.

How can I get a View of the second item?

I need to change the text in the second item when I click on the first item.

listView.setOnItemClickListener(new OnItemClickListener() {

    public void onItemClick(AdapterView<?> arg0, View arg1,
                int arg2, long arg3) {
        // TODO Auto-generated method stub

        switch (arg2) {
            case 0:
            ((TextView)/*here i need a view of second item*/).setText();
});
  • 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-19T16:57:18+00:00Added an answer on May 19, 2026 at 4:57 pm

    One way would be ,
    You can use view.getParent(), in your case arg1.getParent() and then use getChild() which will return an array of child views and use it accordingly.

    you can use arg0.getChildAt(position) , this is better than previous solution, if it works for you.

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

Sidebar

Related Questions

I have a listview with 200 items. I use a custom view for each
I have an android listview filled with items. Every item has a button. This
I have a listview and when you click an item in the list I
I have a list view and when item in the listview clicked, I save
I was wondering how I can get a string from a clicked listview's item.
I want to have one ListView that when I click on the item the
I have a ListView. I implemented OnItemClickListener to open a ContextMenu when an item
I have a listview with several items that are created dynamically, each has two
I have a ListView with 10 items in it, when i set the 4th
I have a ListView with some items. I have toggleButton in each row of

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.