https://github.com/bugadani/circlepicker
A simple circular number picker with many options
https://github.com/bugadani/circlepicker
Last synced: about 1 year ago
JSON representation
A simple circular number picker with many options
- Host: GitHub
- URL: https://github.com/bugadani/circlepicker
- Owner: bugadani
- Created: 2015-09-02T12:17:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-28T11:21:27.000Z (over 10 years ago)
- Last Synced: 2023-08-11T06:38:04.988Z (almost 3 years ago)
- Language: Java
- Size: 332 KB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Changelog: changes.md
Awesome Lists containing this project
README
CirclePicker
===========
CirclePicker is an alternative to the built-in NumberPicker view in Android. It provides an easy to
use, easy to customize widget with a modern look and feel.
Features supported by the library:
* Pick a number by turning a wheel
* Format the displayed value using ValueFormatters
* Use discrete steps
* Set independent positive and negative limits which can be indeterminate
* Wrap around function: turn the wheel multiple times to keep increasing or decreasing its value
* Set the value for a full 360° rotation
* Choose a starting point where the 0 value will be located
* Show a divider between the discrete values
* Independent styling of the wheel, the pointer and the value text
* More to come
*Note:* At this moment this library is under heavy development and _will_ change. Until the first
release, use it with this fact in mind. Thank you.
Usage
-----------
Add the following to your `build.gradle`:
```gradle
repositories {
maven { url "https://jitpack.io" }
}
dependencies {
compile 'com.github.bugadani:circliepicker:-SNAPSHOT'
}
```
Other than this you can, of course, clone this repository and compile it yourself.
Screenshots
-----------


