如何使用SensorListener获取设备是否震动?
可能的重复:
Android:我想摇晃它!
如何使用加速计测量 Android 应用程序的距离开发
如何实现 SensorListener?
如果设备当时没有晃动,则会显示警报对话框,那么如何设备是否晃动?
Possible Duplicate:
Android: I want to shake it!
How to use Accelerometer to measure distance for Android Application Development
How to Implement SensorListener?
If Device is not Shaking at that time the Alertdialog is Displayed so how to get the device is shaking or not?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用此代码检查设备是否震动
// 需要实现 SensorListener
Use this code for check device is shake or not
// Need to implement SensorListener