App Development
Consider using a handler in place of CountDownTimer for UI tasks
In any programming language a same goal can be achieved through many ways . I am going to discuss how to replace a countdown timer with handler for changing images dynamically on android . What I needed was the following : I have android assets folder with several images Read more…