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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T10:09:34+00:00 2026-06-17T10:09:34+00:00

Trying to implement search functionality in list view having problem in search,here i am

  • 0

Trying to implement search functionality in list view having problem in search,here i am placing code where i am getting error

 friendsearch.addTextChangedListener(new TextWatcher() {
     public void onTextChanged(CharSequence cs, int arg1, int arg2, int arg3) {
                    // When user changed the Text
                    FriendsActivity.this.adapter.getFilter().filter(cs);
                    //*in the above line i am getting error.*
       }

         public void beforeTextChanged(CharSequence arg0, int arg1, int arg2,
                int arg3) {
            // TODO Auto-generated method stub

        }

        public void afterTextChanged(Editable arg0) {
            // TODO Auto-generated method stub
        }
    });
  • 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-17T10:09:35+00:00Added an answer on June 17, 2026 at 10:09 am

    It seems that FriendsActivity.this.adapter has type ListAdapter. If it’s actually array adapter then try:

    ((ArrayAdapter<?>) FriendsActivity.this.adapter).getFilter().filter(cs)
    

    EDIT:

    You have following class: class ListAdapter extends BaseAdapter in your sources. BaseAdapter doesn’t implement filter. So you need to implement it manually. Check this tutorial: http://www.survivingwithandroid.com/2012/10/android-listview-custom-filter-and.html

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

Sidebar

Related Questions

I am trying to implement search functionality on a list of customers, the functionality
I'm having a problem with the tooltip functionality I'm trying to implement on a
I am trying to implement search functionality for a list using jQuery. I am
Hey folks I am trying to implement a search functionality in a website using
Trying to implement a search similar to here .This searches properties based on city,locality,property
I am trying to implement depth first search algorithm using adjacency list representation of
I am trying to implement an efficient algorithm for nearest-neighbour search problem. I have
I am trying to implement search functionality in Asp.net MVC Razor. What i am
I am trying to implement Listview with search functionality, in which i am successful
I am trying to implement a search functionality powered by an AJAX requests on

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.