Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-jetpack-compose

How to use sample data in Composable?

Compose UI (recompose) with window Manager not working

Can you set up NavController with TopAppBar in Jetpack Compose?

Jetpack compose onClickLabel for Button and IconButton

java.lang.IllegalStateException: You cannot access the NavBackStackEntry's ViewModels until it is added to the NavController's back stack

Espresso, RecyclerView and ComposeView

How to dismiss soft keyboard in jetpack compose test?

Unsupported concurrent change during composition

How can I remember a string which is from stringArrayResource( ) when I use Jetpack Compose?

Horizontal Pager with Paging3 in Jetpack Compose

Any benefits of using SnapshotStateList<T> over State<List<T> in terms of recomposition?

Compose Preview not showing in Android Studio kotlin multiplatform project

Collecting StateFlow in compose as lifecycle aware first emit initial value then the original value

Is there any way to override the back stack button to go back to a screen with its index in jetpack compose?

SwipeToDismiss positionalThreshold is ignored and executed action when user lifts finger

Ime callback not found. Ignoring unregisterReceivedCallback

how to test android compose mutableStateOf like flow Turbine

How can I align widths of first column in a list of rows using Jetpack Compose