Skip to content

Tag: countdowntimer

Change Color everysecond AndroidStudio

Hello again guys firstly i am new at android studio.i am trying to make countdowntimer and i made it its working then i want to make change background color every tick , every second. thank you! Answer The problem lies in the fact that on each tick you are setting the background color to white and then immedi…

android countdowntimer tick is not accurate

I am using a countdown timer for audio notification… and it’s not accurate from the start… using initial parameters I can see in the log that the initial countdown is correctly set to 180000 but the next one should be 120000 and it’s set to 119945 !!! This is quite annoying as the audi…