Search code examples
javaandroidprogress-barthread-sleep

How to create a three a simple custom progress View?


I am working on an app which needs a very simple progress view .What I need is as the activity starts it display three imageView preferably ,three circles at center of the screen, and a countdown starts with maximum 8 seconds and as the timer counts down the images disappears..

For E.g 1st:

                         . . .

then after the timer is at 6 sec

                           . .

and then

                            .

and finishes. This is what I exactly want. Please help me .I am new to threads and runnables .


Solution

  • You can implement the CountdownTimer which is easier to implement.