Hi All, I've been trying to create an widget that requires refreshing approximately every minute.
Though there is quite a lot of material on the web, I haven't managed to find a working solution. One such solution is creating a Java initialized timer - this doesn't work because eventually this timer dies (I'm assuming android kills this thread). Another proposed is using TIME_TICK, however, that doesn't work in widgets. I've been searching online for a working solution for a good couple of days now, please help. -Niv. -- 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

