I would like to have the user stay log in even when app is killed and reopened after logging in once.
I have login java page, a click and logout function in another page.
How do I use sharedpreferences to get the result I wanted?
As far as I know, sharedpreferences is only usable within one java page.
.
.
Thanks for any suggestions or sample will be nice.