Android Question [Solved] countdown Timer in Scrollview

behnam_tr

Active Member
Licensed User
Longtime User
Hi everyone
I want to use the countdown timer inside the scrollview, but after several hours of trying, I did not get the result!
The times will be different and must be set when creating, for example, one should be 1 hour, one should be 7 hours and...

And the important thing is that an operation must be done when the timer ends
Like showing a message to the user

like this :
svtimer.png
 

LucaMs

Expert
Licensed User
Longtime User
It's not clear to me what you intend to do (1: a timer doesn't fit inside a ScrollView. BTW, it's almost always better to use a CustomListView instead of a ScrollView).

Attach a sample project and we will probably be able to understand and help.
 
Upvote 0

behnam_tr

Active Member
Licensed User
Longtime User
thanks @LucaMs

Solved with this library from @DonManfred

Example attached.
 

Attachments

  • countdown timer.rar
    4.4 KB · Views: 125
Upvote 0
Top