Skip to content

Ericgacoki/search-view

Repository files navigation

SearchView in Android

This App demonstartes how to implement a SearchView in Android using a RecyclerView.

Screenshot(s)

Usage/Contribution

  1. Feel free to fork or clone this repo from here or
  2. Run the following command in terminal
git clone https://github.com/Ericgacoki/SearchView

You can as well use the link to your fork that has git configurations 🚀

Tech stack 💻 :

  • 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.

About

A demo on how to implement SearchView in Android using a RecyclerView

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages