Session management in android

techlearn

Broken In
Hi all,
I am developing an android application, I am trying to manage a session (just like jsp), I mean i would need a username from which user logged in and some other details between login and logout process. I was thinking about Shared Preferences or Content Provider but someone suggested me content provider will not do the job.

Is there any other option available?

P.S: Sorry if thread title is inappropriate, I was not getting any other title for this thread.
 
Top Bottom