Skip to content

Instantly share code, notes, and snippets.

@paulproteus
Last active June 10, 2020 05:59
Show Gist options
  • Select an option

  • Save paulproteus/9ab983e25dd2d883aa128888fb3b5e91 to your computer and use it in GitHub Desktop.

Select an option

Save paulproteus/9ab983e25dd2d883aa128888fb3b5e91 to your computer and use it in GitHub Desktop.
Known issues of beeware/briefcase Android tooling

On Android, Toga probably has problems if you rotate the screen. We're probably assuming the activitySingleton never changes. Or... maybe we don't? Anyway, worth figuring this out.

See Ch. 5 (Looper/Handler) of Android Concurrency by G. Blake Meike.

Sometimes one needs to uninstall the app, then reinstall it, for it to really update. I think this has to do with us being careless about app keys, and not really detecting the error condition.

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