the NumberPicker view support multple number pick, two way bind with edittext and play sound when scroll.
🤯gif not show sound.
multiplepickerview.bindEditText(edittext)and when you scroll number wheel the input will change and you change the input the wheel will turn.
auto add picker when the input integer part length increase.
decimal part only support .1f .
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.TSIOJeft:NumberPickerView:v1.0.7'
}
<com.farplace.numberpickerview.ui.MultipleNumberPickerView/>
if you want other style with the picker maybe you should edit the project anyway.
(the turn sound from internet)