Feedback indicator

0

I want to make a simple vote count android app. But instead of appearing numbers, I want it to show a bar that as the vote increases, it goes up, changing color, as it appears in "Who gets there?" of Faustão, or that of the competition of bands "SuperStar". Could someone tell me which line of research should I do?

    
asked by anonymous 07.11.2015 / 19:20

1 answer

0

If I understood correctly what you want, a simple progress bar you can set progress and color, you can use this library: Link

It's simple to use and you can change everything dynamically, color, maximum, icon in case you want.

    
07.11.2015 / 19:32