animationtimer

  1. knutf

    B4A Library [B4J] [B4A] AnimationClock – Display-synchronized animation timer for B4J and B4A

    AnimationClock raises a Tick event once per display frame, providing the elapsed time since the previous frame in microseconds. On B4J it uses JavaFX AnimationTimer; on B4A it uses Android Choreographer. The event is always raised on the UI thread, so it is safe to update views directly in the...
Top