AdvancedTimer icon indicating copy to clipboard operation
AdvancedTimer copied to clipboard

AdvancedTimer implementation for Xamarin.Forms This repo is no longer maintained. New repo available.

Results 5 AdvancedTimer issues
Sort by recently updated
recently updated
newest added

I have an app which uses a PCL and 2 platform specific projects for iOS and Android and makes use of the AdvancedTimers. The android app works fine, but the...

Is it possible to reset the timer e.g. timer is timing and when some time has elapsed and I reset the timer then elapsed time becomes 0? I tried doing...

In the IsTimerEnabled property can you please check if timer is null and return false if it is. I need to check if the timer was running and if it...

Just discovered an issue where the event was still being fired on an already destroyed instance. You don't provide a way to unbind the event handler that's setup in the...

Currently If I add the Nuget Package I cannot build my WIndows Phone project I get the message that the Assembly Xamarin.Forms.Core 1.3.something cannot be found Probably update the Nuget...