0

I'm working in an android project in which there are some formula to get results ...

what I want here is to show the results in circle graph or chart or something like the job clean master app did Here

and the most important thing is that I wanna show that dynamic so when the result is 42% for example, the chart will show that. Doesn't matter if I don't show the number inside the circle ghraph

By the way I just started android proggraming

any idea?

thanks

unknown
  • 29
  • 1
  • 7

1 Answers1

0

Please refer below links that can help you to make circular progress in android..

Circular ProgressBar Background: Android Xamarin

Android Circular Determinate ProgressBar

http://karanbalkar.com/2014/05/display-circular-progressbar-in-android/

Hope it will help you..!!!

Community
  • 1
  • 1
Rushabh Patel
  • 3,052
  • 4
  • 26
  • 58
  • Thanks Rushabh. What you linked here is the way to create ProgressBar showing that somthing is in progress.But What I want is something to show the result and also animation or transition are not needed.I can do that using 100 pictures but that's a crazy way – unknown Jul 30 '14 at 13:12