Replies: 1 comment 3 replies
-
Hi @nicolas-f , I wonder if this would be helpful: https://bumble-tech.github.io/appyx/navigation/features/lifecycle/ When using a composable app hierarchy you don't need to focus on the Activity itself, but the current Node's own lifecycle (which is analogous in that the same concepts apply, just they're more granular). |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have an appyx application but the application continue to do stuff event if it is in background:
https://github.com/nicolas-f/NoiseCaptureKotlin/blob/5db0be453c78e878890371dff2d36cfabc45b318/shared/src/commonMain/kotlin/org/noise_planet/noisecapture/shared/child/MeasurementScreen.kt#L205
How to capture such lifecycle events in my application. Or have a coroutine that run only on Activity Running state ?
thank you
Beta Was this translation helpful? Give feedback.
All reactions