使用phonegap创建Android小部件
是否可以使用phonegap 创建Android 主屏幕小部件?
Is it possible to create android homescreen widgets using phonegap ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
是否可以使用phonegap 创建Android 主屏幕小部件?
Is it possible to create android homescreen widgets using phonegap ?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
这绝对是可能的。
但是,是的,您需要编写本机代码并了解 Java/Android。
任何需要更新小部件的操作(从 Web 服务刷新)都需要用 Java/Android 编写。因为您无法与更新小部件所需的服务中的 javascript 进行通信。
It's defiantly possible.
But yes you will need to be writing native code and have an understanding of Java/Android.
And any updating the widget needs to do, refreshing from a web service, will need to be written in Java/Android. As you can not talk to the javascript from the Service required to update the widget.
根据<一href="https://www.google.com/#sclient=psy-ab&hl=en&site=&source=hp&q=+site%3agroups.google.com+phonegap+android+widgets&pbx =1&oq=+site%3agroups.google.com+phonegap+an droid+widgets&aq=f&aqi=&aql=&gs_sm=s&gs_upl=621l621l0l2910l1l1l0l0l0l0l71l7 1l1l1l0&bav=on.2,or.r_gc.r_pw.r_cp.,cf.osb&fp=918a461f06fdbea1&biw=1280&bih=702" PhoneGap 的 Google Group 上的 rel="nofollow">各种帖子 似乎不可能,至少在不大量修改核心的情况下是不可能的。
According to various posts on the PhoneGap's Google Group it doesn't seem to be possible, at least not without heavily modifying the core.