Someone who can help to show me how to use ViewPropertyAnimator with JavaObject or Reflector (if it is possible).
Example in Java:
Thanks.
Example in Java:
B4X:
private Button mButton;
mButton.animate().rotationBy(360.0f).setDuration(5000).start();
Thanks.
Last edited: