james pruett wrote: > Thanks for continued help. > > I now have two items, a status-bar app which calculates speed limit, > and a widget which [should] receive the new speed limit(s). > > I don't think I can use ACTION_APPWIDGET_UPDATE outside the widget??
You don't need ACTION_APPWIDGET_UPDATE. Just update the app widget (create RemoteViews, fill in the data, tell a AppWidgetManager to updateAppWidget()). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training...At Your Office: http://commonsware.com/training -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to android-beginners+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en