How long does an Instance of my appWidget exist -
my simple question:
how long instance of appwidget exist?
to more precise.
if declare static variable in appwidget:
public static int myint = 5;
is time accessable other activities launch if click on button?
or exist @ update defined in xml or if click on appwidget till code has been finished.
static variable exists long process alive.
Comments
Post a Comment