SegmentedStepperSeekbar
Android and all mobile technologies are changing very rapidly and users need more attractive and new kinda control views. Most of us do get bored with same things everywhere.
A SeekBar is an extension of ProgressBar that adds a draggable thumb. The user can touch the thumb and drag left or right to set the current progress level or use the arrow keys.
A radio button is a two-states button that can be either checked or unchecked. When the radio button is unchecked, the user can press or click it to check it. However, contrary to a CheckBox, a radio button cannot be unchecked by the user once checked.
Lets say, we can use these both control views to create a new custom view which is easy to use. Just add up below code snippets,
1 | <com.harshalbenake.segmentedstepperseekbar.views.SegmentedStepperSeekbar android:layout_width="match_parent" android:id="@+id/segmentedstepperseekbar" android:layout_gravity="center" android:layout_height="wrap_content"/> |
Please Note (Work in progress):- This control will be available in gradle build soon.