Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-jetpack-compose

Jetpack Compose TopBar and BottomBar Default Elevation content doesn't fill its container

How i can pass the icon in this compossable function ? So that i can reuse it

How to change Text's contentDescription on JetpackCompose

Why updating PreferenceManager doesn't trigger recomposition in Jetpack Compose?

MutableState in view model?

Strange scroll in the BasicTextField with IntrinsicSize.Min

I cannot color single text from my list on click Jetpack Compose (single selection)

Set status bar color gradient matching the content background gradient in Jetpack Compose

Stripe Payment API integration to Jetpack Compose

LazyColumn and error @Composable invocations can only happen from the context of a @Composable function

Load next data when on click of button using the Paging 3 library for Compose

Prevent Text in Jetpack Compose from enlarging when device font size is increases

Jetpack Compose: close application by button

How to preview Compose layouts in landscape mode

How to share a viewmodel between two or more Jetpack composables inside a Compose NavGraph?

Why do I need to add a dependency on material when I use material3 when I want to use e.g. BottomNavigation?

How to force orientation for some screens in Jetpack Compose?

what's difference between ModalBottomSheetLayout and BottomSheetScaffold in compose?

How to populate SavedStateHandle with navigation arguments in instrumentation test using Hilt and Jetpack Compose