Showing posts with label SharedPreferences. Show all posts
Showing posts with label SharedPreferences. Show all posts

Wednesday, May 28, 2014

Android Session Management Using SharedPreferences

In this example creating login page fuctionality and save user data as like in session. After loging user will redirect to login screen and after back button click do not show login page. Using shared preferences to save and get user data globally through out the application