A simple example of using a RecycleView list with an in Kotlin for Android using the SearchView to filter the list.
- SearchView
- Custom Adapter.
- List in RecycleView.
- Data Class.
- CardView.
- Simple and clean code.
A simple app showing a list with RecycleView, Custom Adapter and CardView using a SearchView on a Toolbar to filter the list.
KotlinGPL-3.0