For example, apps like Facebook, Whatsapp have a separate account on the device. I want to have a similar behaviour.
You are looking for the AccountManager http://developer.android.com/reference/android/accounts/AccountManager.html
How to add programmatically a custom account in android?