Skip to content Skip to sidebar Skip to footer

How To Perform Logout In My Application In Android?

I have an application through which user gets logged in during the first time,then he remains logged in.... Since my application contains chat in it,so the user needs to be logged

Solution 1:

override onPause() method if you want to logout user each time chat activity goes to background.


Post a Comment for "How To Perform Logout In My Application In Android?"