Devlight / ArcProgressStackView

Present your progress bars in arc mode with information and total control.
Apache License 2.0
1.26k stars 205 forks source link

percentage and performance problems #13

Open cshector opened 7 years ago

cshector commented 7 years ago

Hello Is there any way to not show the symbol that indicates the percentage in each circle of the graph? I would also like to comment that I have serious performance problems when I use the following attributes: apsv_shadowed="true"
apsv_shadow_distance apsv_shadow_angle apsv_shadow_radius apsv_shadow_color

On a tablet nexus 9 with Android 7.1: High battery consumption and system slowdown, especially when using fragments (with two or three fragments is enough to have those problems). Congratulations for your library and sorry for my bad English. thanks, regards.

vulko commented 7 years ago

Hi cshector,

I've been working on the same kinda library lately.

I won't promise that I'll support as much functionality as ArcProgressStackView. I'd rather keep it material and simple, and so far only support of indefinite progress is planned. Kinda like small "stay tuned" animation helper, which also should give others possibility to tune animations according to their needs. I've been keeping some values in static arrays for reuse and clean architecture.

Check it out here: https://github.com/vulko/AnimatedArcProgressView