Logout from the application Android

前端 未结 7 1864
旧巷少年郎
旧巷少年郎 2020-12-25 08:43

I have tried to logout from my app when the user clicks on Logout.It is working fine in case the user after login without closing the app if he doed logout .Then it is worki

7条回答
  •  無奈伤痛
    2020-12-25 08:54

    You can use the SharedPreferences class in android. It can use to save the value and load it again. This is the docs and tutorial.

提交回复
热议问题