Pause implementation in Timer app

Hey, I am not able to implement pause functionality in my timer app(assignment given in Multithreading webinar).
I used AsyncTask to perform multithreading. Any guidance on how to do it? Also I have found on internet that AsyncTask has many limitations, so why are we using it?

Hi @niteshbisht26 what issue are you facing? Can you outline a bit more on it?

Yes, it has several limitations and for a lot of scenarios we won’t be using it, as you will see in the upcoming lessons.

Hey, I figured it out. Thanks for the response!!