HorizontalCounter Versions Save

Amazingly simple and customizable horizontal counter/NumberPicker library for Android (4.0+)

1.3.0

5 years ago

I made a post on /r/androiddev about updating this library to Kotlin and @timusus commented that while this was a learning experience, Kotlin would be forced to whoever tried to use the HorizontalCounter, so then I just reverted the changes and updated the "old" .java files to the new feature of custom button icons. So thanks again to him and sorry to you guys.

1.2.0

5 years ago

Now it's possible to add custom drawables for plus and minus buttons!

1.1.0

5 years ago

Changed the main classes to Kotlin! Refactored a few things that should result in better performance

1.0.6.1

6 years ago

setDisplayingInteger was broken, sorry

1.0.6

6 years ago

This one had a lot of headache involved, but using data binding should be better now

1.0.5

6 years ago

DataBinding is now supported!

1.0.4

7 years ago

Fixed errors with supportsRtl and updated Support Library

1.0.3

7 years ago

Now the values are using Double instead of int as default. You can show integer values by doing this:

app:displayInteger="true"

or this:

horizontalCounter.setDisplayingInteger(true);

1.0.2

7 years ago

1.0.1

7 years ago

Now ready to deploy to JitPack!