Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-jetpack-compose

Layout inspector not showing compose nodes

MaterialButtonToggleGroup in Jetpack Compose

Jetpack Compose: LazyColumn align each item separately [duplicate]

Conflicting 'on' color for a given background error in jetpack compose

Why does mutableStateOf without remember work sometimes?

Unable use a TextField at the bottom of the screen in a LazyColumn

Compose : scaffold unnecessary systemBar padding due to `WindowCompat.setDecorFitsSystemWindows(window, false)`

How to know if a Composable is currently being rendered (the Composable is not inside a Lazy Composable)?

How do I split the screen into two areas, while having a form in the center?

Can't send integer value from one screen to other

Where does "it" come from in this call of a composable function?

Displaying Fragment in Jetpack Compose using AndroidFragment<>

Network State with Jetpack compose

is there hot reload in Jetpack like flutter?

Compose Android Test Lazy Column Not Detect All The Children

Is it possible to make LazyRow/LazyColumn display a certain amount of items on the screen without passing in an explicit DP width

How to replace parts of Text with TextFields in Jetpack Compose?