Re: [android-developers] HTML content on AppWidget

2012-06-04 Thread sha m
Hi, Android allows to draw remote views for widget. Remote view do not support all the view to be placed in it. On Mon, Jun 4, 2012 at 9:49 AM, zhang guichuan codeman.zh...@gmail.comwrote: i have search for a long time. some method can add a complex app widget on launcher. such as add

Re: [android-developers] HTML content on AppWidget

2012-06-04 Thread Jose_GD
Are you talking about some features you have seen in some appwidgets with rich content? Bear in mind that most advanced widgets rely in a specific home launcher, not the stock Android launcher. For example, the Go Launcher widgets. Those can do fancy things in the home screen because the

Re: [android-developers] HTML content on AppWidget

2012-06-03 Thread zhang guichuan
i have search for a long time. some method can add a complex app widget on launcher. such as add append a activity app on launcher . but I dont know how to implement it. On Fri, Jun 1, 2012 at 7:19 PM, Mark Murphy mmur...@commonsware.com wrote: You cannot use WebView in an app widget. However,

[android-developers] HTML content on AppWidget

2012-06-01 Thread zhang guichuan
hi guys! I am searching for some information about how to show HTML content on appwidget. there is a old post in the forum , https://groups.google.com/group/android-developers/browse_thread/thread/cb6a65d4aaad5b13/ec4e1ad5845cd073?lnk=gstq=webview+appwidget#ec4e1ad5845cd073 I wanna to know if

Re: [android-developers] HTML content on AppWidget

2012-06-01 Thread Mark Murphy
You cannot use WebView in an app widget. However, setTextViewText() takes a CharSequence, so if your HTML is fairly limited, use Html.fromHtml() to create such a CharSequence and put it in a TextView in your app widget. On Fri, Jun 1, 2012 at 3:14 AM, zhang guichuan codeman.zh...@gmail.com wrote:

[android-developers] HTML content on AppWidget

2010-03-10 Thread Deepak
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