⚠️ This is a maintained fork of AigeStudio/WheelPicker, published to JitPack under:
implementation 'com.github.timskiy:WheelPicker:v1.1.3'
A customizable and smooth Android wheel selector. Includes WheelDatePicker, WheelYearPicker, WheelMonthPicker, WheelDayPicker.
allprojects {
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}implementation 'com.github.timskiy:WheelPicker:v1.1.3'- Clone or download this repository
- Copy the
wheelpickermodule into your project - In your
settings.gradle:
include ':wheelpicker'
project(':wheelpicker').projectDir = new File('libs/wheelpicker')- In
app/build.gradle:
implementation project(':wheelpicker')See the Wiki for detailed usage and examples.
- Cyclic scrolling of items
- Custom visible item count
- Custom text color, size, spacing
- Selection listener
- Indicator & curtain support
- Atmospheric and perspective effects
- Curved wheel display
Copyright 2015-2024
Licensed 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 at:
http://www.apache.org/licenses/LICENSE-2.0





