Re: [android-developers] Newbie: Widget onUpdate called only on creation

2011-03-25 Thread Filip Havlicek
Found that too, thought more like an official statement in 1.6 changes or something like that :) 2011/3/24 Kostya Vasilyev > This: > > > http://groups.google.com/group/android-developers/browse_thread/thread/963a41b2be0ff545 > > has evidence from this very list's Sterling Udell, whose code was

Re: [android-developers] Newbie: Widget onUpdate called only on creation

2011-03-24 Thread Kostya Vasilyev
This: http://groups.google.com/group/android-developers/browse_thread/thread/963a41b2be0ff545 has evidence from this very list's Sterling Udell, whose code was affected starting with 1.6. The official documentation has been updated since then. -- Kostya 24.03.2011 14:37, Filip Havlicek пише

Re: [android-developers] Newbie: Widget onUpdate called only on creation

2011-03-24 Thread Filip Havlicek
Didn't found any reliable source of the 1.6 claim during a quick search, but you are completely right about the 30 minute rule. 2011/3/23 Kostya Vasilyev > As of 1.6 (I believe) the updatePeriodMillis is forced to be at least 30 > minutes. > > -- Kostya > > 23.03.2011 19:07, Eduardo Yáñez Parare

Re: [android-developers] Newbie: Widget onUpdate called only on creation

2011-03-23 Thread Kostya Vasilyev
As of 1.6 (I believe) the updatePeriodMillis is forced to be at least 30 minutes. -- Kostya 23.03.2011 19:07, Eduardo Yáñez Parareda пишет: Hello, I'm developing my first widget so I've following Google tutorials, but I don't get it works as I expect, it only calls onUpdate when the widget is

[android-developers] Newbie: Widget onUpdate called only on creation

2011-03-23 Thread Eduardo Yáñez Parareda
Hello, I'm developing my first widget so I've following Google tutorials, but I don't get it works as I expect, it only calls onUpdate when the widget is installed, but it isn't called again... public class TestWidgetProvider extends AppWidgetProvider { // Log tag private static final Str