What is the most appropriate way to store user settings in Android application

后端 未结 14 2115
隐瞒了意图╮
隐瞒了意图╮ 2020-11-22 05:38

I am creating an application which connects to the server using username/password and I would like to enable the option \"Save password\" so the user wouldn\'t have to type

14条回答
  •  误落风尘
    2020-11-22 06:21

    You can also check out this little lib, containing the functionality you mention.

    https://github.com/kovmarci86/android-secure-preferences

    It is similar to some of the other aproaches here. Hope helps :)

提交回复
热议问题