Android Compose Side-effect A side-effect is a change to the state of the app that happens outside the scope of a composable function. - rememberUpdatedState …
Read more »Introduce how to make custom Button in Android Compose @Composable fun NewsButton ( text: String, onClick: () -> Unit ) { Button ( onCl…
Read more »SideEffect in Android Composable ✋✋✋ SideEffect A side-effect in Compose is a change to the state of the app that happens outside the scope of a composable fu…
Read more »How to use UnityPlayer in Android Compose In my company, I have to use 3D avatar animation using UnityPlayer derived from Unity module. The base code I will us…
Read more »Basic of Android Jetpack Compose Jetpack Compose is a modern toolkit for building native Android UI. Jetpack Compose is built around composable functions. The…
Read more »