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.
ユーザーが画面上で指を2秒間保持したときに何らかの操作を実行したい(時間は異なる場合があります)。シングルタップジェスチャー。 ジェスチャ検出を含め、ActionDown や ActionUp などのモーション イベント メソッドを使用しましたが、長押しやシングル タップ ジェスチャを処理できませんでした...解決策はありますか?
GestureDetectorとOnGestureListenerを見たことがありますか?