You cannot use a WebView on a widget. However, you can use TextView and convert a HTML string to Spannable string and set it to the TextView. It will show the simple formatted stuff.
Thanks and Regards, Kumar Bibek On Mar 10, 1:16 pm, Deepak <[email protected]> wrote: > Hello Guys, > > I need to know if it is possible to display HTML content on an > AppWidget. As for my research in this regards, I came across WebView > which can easily display HTML content on the window but it needs an > activity class to make a view of it, while AppWidgets can reside on > the homescreen easily. But I am not sure about there capabilities > about displying any HTML content. > Is there any way it can be done....please do let me know.. > Thanks, > Deepak Tyagi -- 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

