Is there Vsync event callback or listener in Android SDK?
I Need to do some sync in app to make sure there only 1 operation in every 1 Vsync
Is Choreographer.postFrameCallback(FrameCallback callback) ok for your needs?
Choreographer.postFrameCallback(FrameCallback callback)