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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -