D.Y wrote: > I don't want add an animation control on the widget, I just want to show > three images in turn on the ImageView of Widget. > > I think there should be a solution.
Then update the app widget using AppWidgetManager and a RemoteViews three times, with whatever delay you want between them, setting the proper image each time. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 2.0 Available! -- 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

