I've got an App Widget that gets updated (er... I try to update it)
with the following chunk of code:

ComponentName thisWidget = new ComponentName(context,
MyAppWidgetProvider.class);
AppWidgetManager manager = AppWidgetManager.getInstance(context);
manager.updateAppWidget(thisWidget, remoteViews);

The problem I'm seeing is that it the user interface is updating
always one behind (i.e. using the previous remoteView to update the
user interface).

So, i make that call with a certain configuration in remoteViews, and
it doesn't reflect in the UI until the next time I call it with a
different remoteView.

I know this is kinda vague and I don't have a lot of details here, but
i was wondering if I'm missing something very obvious...  It's driving
me crazy.

tia.
--~--~---------~--~----~------------~-------~--~----~
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