Searchable Spinner is a dialog spinner with the search feature which allows to search the items loaded in the spinner
- Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
- Add the dependency
dependencies {
compile 'com.github.wanharaderta:searchablespinner:0.1'
}