About 984,000 results
Open links in new tab
  1. Android SearchView Filter for List View - Stack Overflow

    Nov 27, 2012 · I have an Activity which has a Action Bar on the top with a Search View. Also i am using Custom List View and want to filter from the key words entered in the search view …

  2. Build a Simple Sort and Filter Screen in Your Android App

    Jun 5, 2023 · When your app presents large amounts of data in a list, users typically want more control over how they interact with it. They commonly use sorting and filtering to achieve this …

  3. Android search list while typing - Stack Overflow

    Jul 6, 2015 · Use following code to implement search and filter list in android: SearchAndFilterList.java. Custom Value adapter: ValueAdapter.java.

  4. Add custom search suggestions | Views | Android Developers

    May 20, 2024 · To provide custom suggestions, perform the following steps: Implement a basic searchable activity, as described in Create a search interface. Modify the searchable …

  5. How to filter with multiple keyword in Android studio ... - Stack Overflow

    Nov 4, 2021 · But I need to filter with either of two keywords. I've tried this (foo|bar) but only first filter foo is working. How can I filter properly? Android Studio Filter. Use regex search. check …

  6. Guide to Kotlin filtering for Android - LogRocket Blog

    May 30, 2023 · The Kotlin filter() operator is the most important task in the Kotlin collection operation, allowing you to filter a range of data based on a defined set of criteria. It also assists …

  7. Filter | API reference - Android Developers

    Filtering operations performed by calling filter(java.lang.CharSequence) or filter(java.lang.CharSequence, android.widget.Filter.FilterListener) are performed …

  8. How to use search functionality in custom list view in Android

    Jan 2, 2013 · You have to use model, listview, and customadapter with filtering for this. I have created a demo for this. Suppose you have a model named Product, and you are displaying its …

  9. android - Searchview for partial word search - Stack Overflow

    Jun 27, 2015 · The key thing is to create your own Filter which in ArrayAdapter is an inner private class so it's not just a simple case of extending ArrayAdapter directly. The answer from …

  10. android - How to implement multiple filters in ... - Stack Overflow

    Jun 30, 2018 · First, SearchView works but does not match between Name and ColorLike. Secondly, I want to implement multiple filters in SearchView using Spinner for options, so I can …

  11. Some results have been removed
Refresh