Android Studio project that provides an example application demonstrating the custom views created in the tutorial series Android Custom Views. The code for the custom views is located in a library module within the project.
View to allow the selection of a numeric value by pressing plus/minus buttons. Pressing and holding a button will update the value repeatedly. This view can be configured with a minimum and maximum value. There is also a label that will display below the current value.
View that displays a colored bar as a ratio of an integer value to a maximum value. There is also a circle indicator and text that displays at the position of the current value, as well as a label (positioned above the bar). The maximum value is displayed to the right of the bar.