Android如何与传感器配合使用?

发布于 2024-11-14 19:44:07 字数 126 浏览 4 评论 0原文

我希望当我摇动手机时它会随机生成一些“否”。 我正在使用 API2.2 并尝试使用 SensorListener 但它显示它已被弃用。 所以我必须使用哪一个。

请给我任何建议如何做到这一点。 谢谢

I want when I shake my phone it randomly generate some no.
I am working with API2.2 and try to using SensorListener but it shows that it is deprecated.
so which one I have to use.

please give me any suggestion how to do this.
Thank you

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

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

发布评论

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

评论(3

眼趣 2024-11-21 19:44:07

请改用SensorEventListener。文档中有很好的解释。加速度计可能是您想要在此处使用的传感器。

Use SensorEventListener instead. There is quite good explanation of it in the docs. Accelorometer is probably the sensor you want to use here.

ぇ气 2024-11-21 19:44:07

正如 Xion 所说,使用 SensorEventListener。 SO 上有很多这样的例子;例如,查看这个。要在模拟器中测试震动,SensorSimulator 之类的工具也可能有所帮助。

As Xion said, use SensorEventListener. There are many examples of this here on SO; for instance, check out this one. For testing shakes in an emulator, something like SensorSimulator might also help.

鹿童谣 2024-11-21 19:44:07

以下是如何在 Android 上使用传感器管理器类的示例:

http:// developer.android.com/reference/android/hardware/SensorManager.html

Here is an exemple of how to use the sensor manager class on android:

http://developer.android.com/reference/android/hardware/SensorManager.html

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