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
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.
This is a wrapper for this Github project. V2 is a rewrite of the library using the new CustomProperties provided by B4A 5.8 CountDownTimerView Version: 2 CountDownTimerView Events: onFinish ( As ) onTick (msToFinish As Int) Fields: ba As BA Methods: AddToParent (Parent As ViewGroup...