android - Temporarily kill an activity -


is there way kill activity when user leaves application , resume once person starts application again? kind of finish(); .

on onpause method use sharedpreferences save app state, destroy activity, when app relaunched restore state on oncreate


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -