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 }
为什么对长点击检测做同样的事情如此复杂?