flxapps
flxapps

Reputation: 1076

Time Range Picker for Android?

Does anyone know anything about useful time range picker libraries that are open source? For example, the app Twilight uses some custom slider view for picking time ranges that I find very appealing (see bottom):

enter image description here

Is this open-source or are there similarly functional pickers? I could not find anything useful in the docs or on Android Arsenal.

Alternatively, I might build it from scratch. I was just wondering if there is not anything around yet.

Upvotes: 0

Views: 2116

Answers (2)

Saharsh
Saharsh

Reputation: 453

An open source solution using a pop-up-dialog : TimeRangePicker

Upvotes: 1

ilw
ilw

Reputation: 2570

You can try this slider from Material Design library and implements for youself:

https://material.io/develop/android/components/sliders

ps. check the section: "Setting a LabelFormatter"

Upvotes: 0

Related Questions