Can anybody tell me how to maintain session for a user login. For example when the user sign- in to an application they have to be signed in unless the user logouts or unin
save the user data in shared preferences till the user logs out. once user logs out clear the data from shared preferences.