Java API からの BufferStrategy:
an application draws to a single back buffer and then moves the contents to the front
(display) in a single step, either by copying the data or moving the video pointer. Moving
the video pointer exchanges the buffers so that the first buffer drawn becomes the front
buffer, or what is currently displayed on the device;
BufferStrategy
アニメーションの動きを滑らかにするために、Android アプリに入れるJava のようなものを探しています。同等のものは何ですか?現時点では、アニメーションは非常に貧弱に見えます。そのような同等物が存在しない場合、滑らかなアニメーションを行う正しい方法は何ですか?