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.
我需要带有值位置的双击事件,我正在使用 GestureDetector 来检测双击,我怎样才能获得值位置?
谢谢你。
你不需要任何关于项目的点击监听器。您可以通过实现 onDoubleTap 监听器和 onGestureListener 来检测。
请关注http://android-adda.blogspot.in/2011/04/double-tap-event-using-gesture.html
how to get a specific java object from java.util.List<Object> using equals method exemple :
java
java.util.List<Object>
equals
Class Person{ String name;