Trinh Letrinhlbk.dev·Nov 1, 2023Side Effects in Jetpack Compose: Demystifying the ConceptWhat is Side Effect? Composable functions are typically used to render UI elements. However, there are cases where composable functions need to execute code that is not related to the UI like sending analytics events or navigating to another screen g...120 readsJetpack Compose