I am trying to make an image rotator sort of ui and I want to change the image ever x number of seconds and want to reflect the changes on UI. I looked it on forums but could find a way to do so for cross platform.
I tried Xamarin.Forms.Device.StartTimer
how ever this didn't work as expected and I want to do it every X number of seconds. Any suggestion on this will be highly appreciated.
Thanks