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では、ボタンが押されているかどうかをどのように検出できますか? 私がやろうとしているのは、ボタンが2秒間保持されている場合は何らかの関数を呼び出し、2秒未満保持されている場合は別の関数を呼び出すことです。
誰でも助けることができますか?
setOnClickListenerに加えて、View オブジェクトのsetOnLongClickListenerメソッドを定義できます。