Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-jetpack-compose

Jetpack Compose UI Testing Button onClick

how to make cursor on BasicTextField be centered on jetpack compose?

@Composable function inside onClick event - Jetpack Compose

Provided camera selector unable to resolve a camera for the given use case

Swipe sensitivity for HorizontalPager in Compose

How to select multiple items in LazyColumn in JetpackCompose

PullRefreshIndicator does not disappear after Refreshing

Android gradle: Failed to resolve: androidx.compose.material3:material3 using BOM from lib.versions.toml

When is it best practice to instantiate a new `Modifier`?

Call popup composable function inside onclick of Button in jetpack compose

Does jetpack compose use drawable-night folder?

How to inject `rememberNavController` from jetpack compose into an activity using hilt?

What's the different using SideEffect and not using it in JetpackCompose?

Jetpack Compose Preview Render Problem when casting LocalContext.current

I can't find ModalBottomSheetLayout in material3 with jetpack compose?

Removing item from the list causes wrong display in LazyColumn

In Android Compose, how do I make button align to the bottom of the screen, but still remain at the bottom of scrollable content?

Type mismatch: inferred type is androidx.compose.ui.Alignment.Vertical but androidx.compose.foundation.layout.Arrangement.Vertical was expected

How to handle runtime permissions in jetpack compose properly by accompanist?