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

reactivate at same zoom position #11

Open
mfrasca opened this issue Apr 2, 2018 · 0 comments
Open

reactivate at same zoom position #11

mfrasca opened this issue Apr 2, 2018 · 0 comments

Comments

@mfrasca
Copy link
Member

mfrasca commented Apr 2, 2018

remember, Android has a very smart way to address multitasking: per default tasks in the background get swapped away and get started back again when requested to the foreground.
in practice, programs are forcibly stopped and restarted.
to get back to where we were, we need use that bundle object that we can fill when we are stopped and that we are handled back when we are restarted.
so we should include in the bundle:

  • zoom level
  • centre of the map
  • active garden (if any)
  • active panel (if any)
  • what am I forgetting?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant