In this post, I will describe how to manage user session using shared preferences.Using shared preferences we can store user credentials and next time when a user comes to use application we check if the values in shared preferences are available the instead of prompting the user for login we open home activity. So, Let's … Continue reading Android Working with User Sessions