RecyclerView : Search and Spinner combined
Installation
Clone this repository and import into Android Studio
git clone https://github.com/DotnDev/android-filteredRecyclerview
Test it:
- Launch the app, data will already be generated for testing purposes.
- Start typing the letter 'a', all words with 'a' will display ('Kettle' should disappear)
- Keep the letter 'a' in the Searchview and select the category 'Home Appliance' ('Microwave' should show)
- Now delete the letter 'a' (Kettle should display again)
- If you delete everything, set the category as 'Category', the whole list shows again