Home > Mobile >  Android development, how to preserve user progress?
Android development, how to preserve user progress?

Time:09-23

Android development, how to preserve user progress?

When a user logs in, you can see the last log in the progress of the operation, modify the content

CodePudding user response:

Can be saved locally, written to a local file, for example, can also be stored in the server,
Usually I also prefer using ACACHE,

CodePudding user response:

You every step of the operation record to the local, just like people

CodePudding user response:

Usually user is consistent with the server to progress, that is saved to the server, the next login direct access to the server can see, if you don't need that can only be saved to the local
  • Related