Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-jetpack-compose

How to get Intent Data in a Composable

Can you pass NavHostController to a child Composable in order to allow access to the navController.navigate("Route")?

How to apply opacity to all of its children in Android Compose?

The LazyColumn is always reload twice, it has duplicate content twice

How to achieve a disabled look on a Text composable

Jetpack Compose back button press in automation test

How can I access all material icons in Android Studio through Icon in Jetpack Compose

E/GlanceAppWidget: Error in Glance App Widget IllegalStateException: CompositionLocal LocalConfiguration not present

How to handle mutiple clicks on popBackStack() in jetpack compose

why background color leaks out after clip operator in compose

Jetpack Compose - How to trigger an event when a screen is composed

Display Bottom Navigation Only on Specific Composables in Jetpack Compose

How to change the orientation of a composable?

Jetpack compose TextField RTL support

Jetpack Compose TopAppBar with dynamic actions

Material3: pullToRefresh direction - Pull up from the bottom

Why chained mutable state is not updated?

compose foreach loop:@Composable invocations can only happen from the context of a @Composable function

Getting "No compose views found in the app. Is your Activity resumed?"