On Mar 11, 5:41 am, Deepak <[email protected]> wrote:

> Is it possible to make AppWidgets with WebWidgets.

Uh, no. COMPLETELY different uses of the word "widget". Web widgets (a
la the W3C spec) are really miniature web apps, and generally are more
comparable to ordinary apps on a mobile platform. Think of iPhone "web
apps", and you're on the right track.

AFAIK, no direct support for the W3C widget spec has been released for
Android so far. It's talked about occasionally, but I've not seen it
get further than that. I'd be happy to be proved wrong, though.

Files with the .wgt extension are really just renamed zip files
containing web resources (HTML, JS, etc.). If you want to make one
into an Android app, that's generally doable... include the web
resources in the app's APK and display them in a WebView. But don't
get hung up on "appwidgets". :^)

String

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to