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 - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -