Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-jetpack-compose

Jetpack Compose preview error "Failed to instantiate Composition Local"

Android: How to prevent Scaffolds top app bar from redrawing in Jetpack Compose Navigation?

How to animate list initial population in Android Jetpack compose

How to use LazyColumn's animateItemPlacement() without autoscrolling on changes?

How can I exclude all Jetpack Compose's Preview functions from Jacoco report?

How to ensure data refresh in a Composable when returning to it in Jetpack Compose Navigation?

ScrollableTabRow indicator width to match text inside Tab

Jetpack Compose: Bottom bar navigation not responding after deep-linking

Jetpack Compose. Navigation IllegalStateException

Testing snack bar in android testing when using jetpack compose

How to make custom notification view with jetpack compose?

Jetpack Compose Desktop: getting your display's height and width

verticalArrangement = Arrangement.Bottom for Column not working

How to persist keyboard across several composable screens?

Jetpack Compose - Typography customization not affected in my Text()

How to navigate to Detail View clicking in LazyColumn item with JetPack Compose?

Jetpack Compose TextField not updating when typing a new character

Jetpack Compose Arc/Circular Progress Bar Animation (How to restart animation)

call a method from another class inside composable function