Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-jetpack-compose

How can I programmatically click a Button in Jetpack Compose?

Swipe to refresh is not working if LazyGridView has no child in compose

How can I make an accompanist navigation BottomSheet fully expanded?

Printing calendar starting from the first day of the week based on locale using java.time/Java-8

Jetpack Compose: How to modify the width of Drawer in ModalNavigationDrawer?

Coil image caching not working with Jetpack Compose

JetpackCompose - Horizontal Pager Indicator click functionality

How to draw rounded corner polygons in Jetpack Compose Canvas?

Type mismatch: inferred type is Dp but CardElevation was expected in Jetpack Compose [duplicate]

Android Studio Canary 2020.3.1: Kotlin Unresolved References

Jetpack Compose: force recomposition when a state changes from another activity

Is there a way to get all the previous destinations before the current destination?

Jetpack Compose Navigation: PopUpTo Screen from Screens that have same route except argument

How to avoid content "jumping" on AnimatedVisibility change?

How to make a LazyRow of elements that occupy each the whole screen width?

Lazyrow crashes because of 'IndexOutOfBoundsException' android compsoe

When I use drawText in canvas in jetpack-compose and set the textStyle, the position is out of center