I need to update my animations per frame, on iOS I have CADisplayLink
, on WinPhone I have CompositionTarget
, but how do I do that on Android?
Currently I'm using a Timer
alongside a Handler
, but I believe there is a way to sync the callback with the refresh rate.