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.
私は現在、指を動かして画像を動かしたいギャラクシーs4アプリに取り組んでいますが、このonHoverListenerを実装する方法。助けてください。そして、前もって感謝します。
hoverListener の代わりに、画像にタッチ リスナーを実装し、アクティビティに touchevent を実装します。次に、OnTouchEvent の actionMove を使用できます。
ユーザーがactionMoveを実行すると、motionEventオブジェクトを使用して座標を見つけ、変換アニメーションを使用してビューをそれらの座標に変換します。これにより、画像が動いているように見えます。