Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Androidで描画中に、特定のタイムスタンプで座標を見つける方法はありますか? ユーザーが画面に何かを描いている間、5ミリ秒ごとに x 座標と y 座標を知りたいです。
objectから取得した座標をオーバーライドonTouchEventして保存し、およびクラスを使用して 5 ミリ秒ごとにその変数を読み取ります。x,yMotionEventTimerTaskTimer
onTouchEvent
x,y
MotionEvent
TimerTask
Timer