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

Popular posts from this blog

javascript - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -