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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T10:45:15+00:00 2026-06-05T10:45:15+00:00

I need to filter a ListView in one activity with three tabs. For instance,

  • 0

I need to filter a ListView in one activity with three tabs. For instance, I have one tab where are displayed info about all the devices (custom object), but when I change to other tab, it should display the devices of “type1” and when I change to the last tab it displays the devices of “type2”.

I already have a custom adapter, and I want to know if I can use the Filterable interface (… implements Filterable …) and override the getFilter() method (like filtering based on editText) or I should use another approach?

Grateful for any kind of help.

  • 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-05T10:45:18+00:00Added an answer on June 5, 2026 at 10:45 am

    I solve this using the onTabChanged() method, like this (in the onCreate()):

    mTabHost.setOnTabChangedListener(new OnTabChangeListener() {
    
            public void onTabChanged(String tabId) {
                Log.d(debugTag, "onTabChanged: tab number=" + mTabHost.getCurrentTab());
    
                switch (mTabHost.getCurrentTab()) {
                case 0:
                    myDevAdapter.getFilter().filter("all");
                    break;
                case 1:
                    myDevAdapter.getFilter().filter("type1");
                    break;
                case 2:
                    myDevAdapter.getFilter().filter("type2");
                    break;
    
                default:
                    Log.d(debugTag,"error in onTabChanged");
                    break;
                }
            }
        });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Say I have a ListView on my aspx page. I need to filter out
I have some text i need to filter out a list of bad words
I have list of catalog paths and need to filter out some of them.
As programmer I need to filter, search and validate data every day. For all
Im building an app with a tab-layout. And i have some concerns about tab-layout
I need to filter entities based on one of their ListProperties having a certain
I need to filter all lines with words starting with a letter followed by
I need to filter data based on one table, but i dont know the
Hi I need filter out all rows that don't contain symbols from huge necessary
I have an Entity datasource, which I need to filter before passing it to

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.