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 的 API 中是否有内置支持长按单选按钮,类似于键盘的onKeyLongPress()?
还是我必须自己编写所有代码,样式onTouchEvent()?