https://github.com/samsetdev/searchablespinner
Searchable Spinner allow you to easily search along spinner items using Dialog with EditText.
https://github.com/samsetdev/searchablespinner
Last synced: 8 days ago
JSON representation
Searchable Spinner allow you to easily search along spinner items using Dialog with EditText.
- Host: GitHub
- URL: https://github.com/samsetdev/searchablespinner
- Owner: SamsetDev
- Created: 2022-12-29T20:04:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T12:21:12.000Z (over 3 years ago)
- Last Synced: 2025-03-11T08:48:57.093Z (about 1 year ago)
- Language: Kotlin
- Size: 323 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SearchableSpinner
Searchable Spinner allow you to easily search along spinner items using Dialog with EditText.
Gradle
defaultConfig {
applicationId "com.samset.evsample"
minSdk 30
targetSdk 33
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}