Android UI Element for setting a time interval -


hello i'm looking android ui element (widget) set time interval, example begin @ 8:00 finish @ 16:00. 2 thumb on single seekbar.

as far know, there no built-in component that. however, shouldn't hard implement own component.

http://developer.android.com/guide/topics/ui/custom-components.html

you implement subclass of absseekbar.

i think 1 useful many people (i've seen question asked several times), if implement it, consider releasing open-source :-)


Comments