Basic4Android 振动模式
我正在尝试创建一个具有不同振动模式的应用程序。
我已经看到 PhoneVibrate 类只有一个 Vibrate(TimeMs as Long) 函数。 我还看到还有另一个支持模式的java函数 (请参见此处:http://mobile.tutsplus.com/tutorials/android/android- vibrator/ )
可以在 Basic4Android 上使用吗?我该如何解决这个问题? 问候,
尼古拉
I'm trying to create an application that have different vibration patterns.
I've seen that the PhoneVibrate class has only a Vibrate(TimeMs as Long) function.
I've also seen that there also is another java function that supports patterns
(see here: http://mobile.tutsplus.com/tutorials/android/android-vibrator/ )
Is it possible to use it on Basic4Android? How do I solve this problem?
Regards,
Nicola
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用此代码(需要电话库和反射库):
You can use this code (requires Phone library and Reflection library):