Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-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

Scaffold vs Surface

Jetpack Compose - imePadding() for AlertDialog

How to detect when ImagePainter loads photo from web using Jetpack Compose?

fillMaxSize modifier not working when combined with VerticalScroll in Jetpack Compose