Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache partially-completed submissions to file (and reload that file when app is relaunched) #87

Open
Kazjon opened this issue Nov 10, 2016 · 1 comment

Comments

@Kazjon
Copy link

Kazjon commented Nov 10, 2016

Due to the way Android handles app memory, we can't guarantee that users can leave an app and then return to it with their state intact. One partial solution would be temp files that cache partially completed solutions. Then, if and only if such a temp file exists, the app would return to it when foregrounded/opened again.

@WildWeazel
Copy link

Best way to do this is with SharedPreferences, and clear them when the upload completes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants