Skip to content

Searchable Spinner is a dialog spinner with the search feature which allows to search the items loaded in the spinner

Notifications You must be signed in to change notification settings

StringValue/searchablespinner-4

 
 

Repository files navigation

searchablespinner

Searchable Spinner is a dialog spinner with the search feature which allows to search the items loaded in the spinner

  1. 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' }
		}
	}
  1. Add the dependency
	dependencies {
		compile 'com.github.wanharaderta:searchablespinner:0.1'
	}

About

Searchable Spinner is a dialog spinner with the search feature which allows to search the items loaded in the spinner

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%