This App demonstartes how to implement a SearchView in Android using a RecyclerView.
- Feel free to
forkorclonethis repo from here or - Run the following command in terminal
git clone https://github.com/Ericgacoki/SearchViewYou can as well use the link to your fork that has git configurations 🚀
-
Kotlin - The app is made entirely in Kotlin.
-
MVVM Architecture - Create a well structured maintainable App.
-
DataBinding - Easily and safely access views in the UI layouts.
-
SearchView - Simplifies the process of watching the changes in the query inputs and manouvering through the data trying to find a match.
-
RecyclerView - Dynamicaly create data elements to efficiently display a large data set.