DurationView
com.rachitgoyal.durationview
Total installs
24(24)
Rating
unknown
Released
April 25, 2018
Last updated
April 25, 2018
Category
Libraries & Demo
Developer
Rachit Goyal
Android SDKs
- No items.

Screenshots


Description
DurationView is a custom view library that allows you to create Views for displaying Durations split into sections. For example, displaying a duration of 10days, 14 hours, 35 mins and 16 secs can be tricky, and if you try to display this using conventional views, it would be a complex and dirty layout file.
So DurationView does the dirty work for you.
Just feed the values for your time, and you're good to go.
And the library is completely customizable. You can choose the label position, whether to show labels or not, the text for the labels. You can choose different colors for each field.
You can choose how many fields to display, and also whether to show dividers between the fields.
Learn more at https://github.com/rayzone107/DurationView