Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelprimez/searchablespinner
Searchable Spinner
https://github.com/michaelprimez/searchablespinner
Last synced: 2 months ago
JSON representation
Searchable Spinner
- Host: GitHub
- URL: https://github.com/michaelprimez/searchablespinner
- Owner: michaelprimez
- License: apache-2.0
- Created: 2017-01-15T14:33:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-25T11:58:25.000Z (about 3 years ago)
- Last Synced: 2024-08-02T01:22:39.162Z (6 months ago)
- Language: Java
- Size: 821 KB
- Stars: 314
- Watchers: 12
- Forks: 100
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-android-ui - searchablespinner - 搜索器 (SearchView)
README
[ ![Download](https://api.bintray.com/packages/michaelprimez/maven/SearchableSpinner/images/download.svg) ](https://bintray.com/michaelprimez/maven/SearchableSpinner/_latestVersion)
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-SearchableSpinner-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/5120)
# Searchable Spinner
![Demo SearchableSpinner](https://github.com/michaelprimez/searchablespinner/blob/master/searchablespinner.gif)
## Usage
Add the dependency to your build.gradle.
```xml
implementation 'gr.escsoft.michaelprimez.searchablespinner:SearchableSpinner:1.0.9'
```Usage on layout
```xml```
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D ## History## History
#### Version 1.0.3
* added [get, set] selected item#### Version 1.0.6
* added Touch outside to dismiss
#### Version 1.0.7
* added a status listener#### Version 1.0.8
* added divider and divider height# LICENSE
```
Copyright (C) 2017 Michael KeskinidisLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```