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

android: Forward suspended() and resumed() events and patch up platform-specific documentation #3786

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 11, 2024

  1. android: Forward suspended() and resumed() events and patch up pl…

    …atform-specific documentation
    
    Key them off of `onStop()` and `onStart()` which seems to match the
    other backends most closely.  These [Android Activity lifecycle] events
    denote when the application is visible on-screen, and recommend that any
    heavy lifting for startup and shutdown happens here, as the application
    may be demoted to the background and later shut down entirely unless the
    user navigates back to it.
    
    [Android Activity lifecycle]: https://developer.android.com/guide/components/activities/activity-lifecycle
    MarijnS95 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    0a2a176 View commit details
    Browse the repository at this point in the history