Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-jetpack-compose

Navigation is being called every time in Jetpack Compose

how to launch a coroutine inside a composable in Android Jetpack Compose

How to recompose every minute in Jetpack Compose?

What is the difference between `fillMaxSize()` and `matchParentSize()` in a component inside a Box in Jetpack Compose?

Jetpack Compose - Box with scrollable content

How to align a Text and Icon Composable so that they stay together even after text overflow?

textFieldColors() deprecated in Jetpack Compose Android

Unresolved reference: string

Android Basic TextField alignment in Jetpack Compose

correct way to handle mutable state of list of data in jetpack compose

How to make different-sized checkboxes in Jetpack Compose?

How to make rounded corner in drawLine in jetpack compose

How to view compose preview in landscape mode

Spacing views inside a compose row so the last view always is half shown

Should I use ConstraintLayout in Android Jetpack Compose for a better performance?