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中,如何检测按钮是否被按住?我想要做的是:如果一个按钮被按住 2 秒然后调用某个函数,如果它保持少于 2 秒然后调用另一个函数。
任何人都可以帮忙吗?
除了 setOnClickListener 之外,您还可以为 View 对象定义setOnLongClickListener方法。