GPS坐标改变时触发J2ME应用程序
我需要知道,当 GPS 坐标发生变化时如何触发或打开 J2ME 应用程序
I need to know, how to trigger or open J2ME application when GPS coordinates changes
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为在 J2ME 上一般不可能启动基于 GPS 坐标变化的应用程序。为什么不让您的应用程序一直运行,监视 GPS 坐标,然后在检测到重大变化时采取行动?
I don't think that starting an application based on GPS co-ordinate chnages is possible generically on J2ME. Why not have your application running all the time, monitoring the GPS co-ordinates and then take action when you detect a significant change?