Re: [android-developers] Android -Update Image On Android Widget

2011-09-27 Thread Mark Murphy
Please do not update an app widget every second. If you want to update something on the home screen every second, write your own home screen. Beyond that, a manifest-registered BroadcastReceiver (like your AppWidgetProvider) cannot use Timer, as that forks a background thread, and a manifest-regis

[android-developers] Android -Update Image On Android Widget

2011-09-27 Thread Himanshu Mistri
Hello, Every One in this google Can any one guide me what i suppose to do wrong in update the image view of android widget in every one second what can i do for that , Here is code that i use but get error can one solve this ... public class HelloWidget extends AppWidgetProvider{ Context mContext