开发者

iGoogle Gadget on Android Phone as APP or Widget

开发者 https://www.devze.com 2023-02-12 10:50 出处:网络
I have added a gadget in my iGoogle to display orders from our e-commerce shopping cart. I would like to have it as a Widget for our Android phones.Anyone know where to start and what needs to be done

I have added a gadget in my iGoogle to display orders from our e-commerce shopping cart. I would like to have it as a Widget for our Android phones. Anyone know where to start and what needs to be done? Link To iGoogle Gadget

I have found 开发者_运维百科that I can EMBED the html to a webpage, could this be useful in creating something that would appear on my phone?


That depends on what you mean by "widget" or by "APP".

If by "widget" you mean "app widget" (interactive element of a home screen), what you want is not possible, unless you write your own home screen application.

If by "widget" you mean "widget" (element of an activity, subclass of android.view.View), you could create a custom subclass of WebView that knows the URL to your gadget and arranges to load in whatever extra HTML/JS/CSS is necessary to display that gadget in a browser outside of iGoogle.

If by "APP" you mean "Android native application", you could look at PhoneGap. You would still need to identify whatever extra HTML/JS/CSS is necessary to display that gadget in a browser outside of iGoogle.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号