有谁知道简单震动检测器的示例代码?

发布于 2024-09-10 02:49:43 字数 99 浏览 6 评论 0原文

我正在寻找一个 android 代码示例,了解如何让我的手机监听“摇动”,然后让它触发 webview.reload();只需重新加载活动上的网络视图即可。有人对这个话题有任何见解吗?

I'm looking for an android code example on how I would be able to make my phone listen for a "shake" and then have it trigger webview.reload(); to simply reload the webview on the activity. Anyone have any insight on this topic?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

慵挽 2024-09-17 02:49:43

You can try the Shaker class from this project.

掐死时间 2024-09-17 02:49:43

我认为它就像读取加速度一样简单,观察 x 加速度,寻找大约 1G 的 pos 峰值(这个样本是第一个小于前几个样本的样本),增加一个计数器。经过三次“摇动”后,您就变成了金色。您有 2 个参数需要调整……阈值和次数。

I think its just as simple as read the accel, watch the x accel, look for a pos peak about 1G, (this sample is the first that is less than the previous couple of samples), increment a counter. After three 'shakes', you're golden. You have 2 params to adjust... threshold and reps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文