I used System.Threading.Timer in Xamarin.Android.
System.Threading.Timer
Xamarin.Android
How I can use the same class in Xamarin.Forms? (I want to transfer my projec
Xamarin.Forms
System.Threading.Timer is not available in PCL code. You can use the Xamarin.Forms.Device.StartTimer method instead as explained here: http://developer.xamarin.com/api/member/Xamarin.Forms.Device.StartTimer/
Xamarin.Forms.Device.StartTimer