Skip to content

This library is a custom Number Picker. provides a compound view for picking the number of items selected. It has increment and decrement options. Minimum and maximum limits for the selected value can also be set in the xml file using the custom attributes app:minlimit and app:maxlimit. You can now set the value of the number picker or retrieve …

Notifications You must be signed in to change notification settings

NeerajaGandla/CustomNumberPicker

Repository files navigation

CustomNumberPicker

This library is a custom Number Picker. provides a compound view for picking the number of items selected. It has increment and decrement options. Minimum and maximum limits for the selected value can also be set in the xml file using the custom attributes app:minlimit and app:maxlimit. You can now set the value of the number picker or retrieve its value using the methods setValue and getValue. e.g. counterView.setValue(5) or int count = counterView.getValue() initial_view incremented max_limit

About

This library is a custom Number Picker. provides a compound view for picking the number of items selected. It has increment and decrement options. Minimum and maximum limits for the selected value can also be set in the xml file using the custom attributes app:minlimit and app:maxlimit. You can now set the value of the number picker or retrieve …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages