以编程方式模拟 onFling() 而不是检测它 (Android)
这是我在 StackOverflow 上的第一篇文章!我正在运行一个后台服务,我想知道是否可以真正模拟水平滑动触摸屏手势,而不仅仅是检测它被调用。
我可以弄清楚如何捕获此事件,但我想实际模拟触摸水平手势而不是等待一个。
预先感谢!
This is my first post on StackOverflow! I have a background service running and I was wondering if I could actually simulate a horizontal fling touch screen gesture instead of just detecting that it was been called.
I can figure out how to capture this event, but I want to actually simulate a touch fling horizontal gesture instead of waiting for one.
Thanks beforehand!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有一个 API 用于模拟触摸事件。 有些人报告使用以下方式模拟猛击取得的成功有限TouchUtil API。
There is an API for simulating touch events. Some people report limited success simulating a fling using the TouchUtil API.
模拟 Fling 事件:
用法
Simulating Fling event:
Usage