1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Android Listvew 長押し、短押しのイベント処理

Posted at

長押し後の短押しイベント

Listviewの長押しイベントを処理した後に何故か短押しイベントの処理が動いてしまう問題が発生しました。長押しイベントだけに留める方法を以下に記載します。

image

ポイントはonItemLongClickの戻り値。
ここでtrueを返却すると長押しイベントのみを処理することができました。
よかった。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?