/SearchViewRecycleViewList

A simple app showing a list with RecycleView, Custom Adapter and CardView using a SearchView on a Toolbar to filter the list.

Primary LanguageKotlinGNU General Public License v3.0GPL-3.0

About

A simple example of using a RecycleView list with an in Kotlin for Android using the SearchView to filter the list.

Screenshot

  • SearchView
  • Custom Adapter.
  • List in RecycleView.
  • Data Class.
  • CardView.
  • Simple and clean code.