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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T14:11:01+00:00 2026-06-03T14:11:01+00:00

Listener code: lvSearch.setOnItemClickListener(new OnItemClickListener() { public void onItemClick(AdapterView<?> adapter, View view, int position, long

  • 0

Listener code:

    lvSearch.setOnItemClickListener(new OnItemClickListener() {

        public void onItemClick(AdapterView<?> adapter, View view, int position,
                long id) {
            LinearLayout ll = (LinearLayout) adapter.getChildAt(position);
            TextView tx = (TextView) ll.getChildAt(0);
            TextView tx1 = (TextView) ll.getChildAt(1);
            Log.i("abcValues", tx.getText().toString());

I am getting a NullPointerException while accessing the item values of a ListView. It is working fine for starting item values but not for items that came after scrolling.

  • 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-03T14:11:03+00:00Added an answer on June 3, 2026 at 2:11 pm

    getChildAt returns the visible rows and as you scroll the LisView and click the rows you’ll call the method getChildAt for invalid positions(the maximum number you can use with the getChildAt method is the number of visible rows – 1). If you want the parent from the layout of the clicked row, simply use the second parameter arg1 in your code:

    public void onItemClick(AdapterView<?> arg0, View arg1, int arg2,
                    long arg3) {
          LinearLayout ll = (LinearLayout) arg1;
          TextView tx = (TextView) ll.getChildAt(0);
          TextView tx1 = (TextView) ll.getChildAt(1);
          Log.i("abcValues", tx.getText().toString());
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Long time listener, first time caller. I'm a 6 month old dev from Code
The listener is: public void renderer(ActionEvent event) { System.out.println(here=========================); System.out.println(); System.out.println(); System.out.println(); System.out.println(); System.out.println();
I am using location listener in my app. I have the code like: public
i use the following code to listener my listview onItemClick Events. no compile error
Possible Duplicate: Home button listener I use below code to listener home button pressed:
In my console application have an abstract Factory class Listener which contains code for
I have the following code in a c++ listener class (more or less), which
I've this code in flex where I register a mouse out event listener -
Can someone post an example of as3 code (specifically event listener included) that would
how can I set up my code so that I set up a listener

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.