I should explain better. 

A user presses a refresh button (or an alarm service triggers the same 
effect) on the appwidget. I want to tell the user that the system is 
refreshing so they know the widget's doing something. But I want to tell the 
user that it's happening immediately. So I need to update the status message 
(it's always shown) and update the appwidget, and then trigger the refresh 
task which might take 10 seconds or so (downloading info from the net). 
That's really the only time I need to do what I explained. 

The best way I can think about doing it is by saving the previous 
RemoteViews that I generated when generating the table layouts. Does that 
make sense? 
I *think* it should be safe... 

-- 
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