Skip to content

Timskiy/WheelPicker

 
 

Repository files navigation

Banner

⚠️ This is a maintained fork of AigeStudio/WheelPicker, published to JitPack under:

implementation 'com.github.timskiy:WheelPicker:v1.1.3'


WheelPicker

API License

A customizable and smooth Android wheel selector. Includes WheelDatePicker, WheelYearPicker, WheelMonthPicker, WheelDayPicker.


Preview

Preview


🔧 Setup

Add JitPack to your project build.gradle:

allprojects {
    repositories {
        google()
        mavenCentral()
        maven { url 'https://jitpack.io' }
    }
}

Add dependency:

implementation 'com.github.timskiy:WheelPicker:v1.1.3'

📦 Alternative: Import as module

  1. Clone or download this repository
  2. Copy the wheelpicker module into your project
  3. In your settings.gradle:
include ':wheelpicker'
project(':wheelpicker').projectDir = new File('libs/wheelpicker')
  1. In app/build.gradle:
implementation project(':wheelpicker')

📚 Usage

See the Wiki for detailed usage and examples.


Widgets

WheelDatePicker

WheelDatePicker

WheelYearPicker

WheelYearPicker

WheelMonthPicker

WheelMonthPicker

WheelDayPicker

WheelDayPicker


Features

  • 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

License

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

About

Simple and fantastic wheel view in realistic effect for android.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%