I am using org.florescu.android.rangeseekbar.RangeSeekBar for time selection as I need to filter the result between selected time. I was fortunate enough to get this thing working for price but now I am stuck on time selection as it accepts only int, double and float values. but time is in string format I tried https://android-arsenal.com/details/1/771 which worked. and gave me below result:-
But it fails for minute selection(As it only provides hours) and also I need to do something like:-
Please help me out