How to Create a circular progressbar in Android which rotates on it?

I am trying to create a rounded progressbar. This is what I want to achieve There is a grey color background ring. On top of it, a blue color progressbar appears which moves in a circular path from 0 to 360 in 60 or whatever amount of seconds. Here is my example code. <ProgressBar android:id=”@+id/ProgressBar” … Read more

Cooler ASCII Spinners? [closed]

Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 8 years ago. Improve this question In a console app, an ascii spinner can be used, like the GUI wait cursor, to … Read more