Hi All, I've written a simple widget application based on the wikitionary code.
When run on an wvga854 emulator, the widget view does *not* update after a call to: // Build the widget update for today RemoteViews updateViews = buildUpdate(this); // Push update for this widget to the home screen ComponentName thisWidget = new ComponentName(this, HebCalWidget.class); AppWidgetManager manager = AppWidgetManager.getInstance(this); manager.updateAppWidget(thisWidget, updateViews); The code seems to be executed (i've checked through the debugger), and no exceptions are thrown, still, the AppWidget view does not seem to be updated. Any ideas? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en