Like Mr. Murphy said, updating a widget every second is bad. Since you don't update the widget directly and have to go through the system, the refresh rate can be unpredictable and put a heavy load on the phone's UI.
If you want something that updates automatically at a fast rate, check out use a Live Wallpaper instead. Easy code help: http://developer.android.com/resources/samples/CubeLiveWallpaper/index.html Live wallpapers can also accept motion events and the likes, so they can be interactive. -- Steven Studio LFP http://www.studio-lfp.com -- 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

