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.
拡張された私のアクティビティでは、これを行うだけでクリックListActivityを検出できます:ListView
ListActivity
ListView
@Override public void onListItemClick(ListView l, View v, int position, long id) { // Do something }
長いクリックの検出で同じことを行うのはなぜ複雑なのですか?