Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-jetpack

Default Behavior for OnBackPressedCallback in Activity?

How to add a Listener and Receive a callback whenever the navigation transition has finished in Jetpack Compose (NavHostController)?

Prevent LaunchedEffect from re-running on configuration change

Paging 3 list auto refresh on navigation back in jetpack compose navigation

How to call a composable function in onClick event

Use of LaunchedEffect vs SideEffect in jetpack compose

How do i apply a default font to all Text() elements in the app using Jetpack Compose?

How to animate from Aligment.Start to Align.End in Jetpack Compose?

Scroll issues with LazyRow inside traditional android ViewPager

How to refer xml style from Jetpack Compose Modifier?

Jetpack compose BottomNavigation - java.lang.IllegalStateException: Already attached to lifecycleOwner

Offset Composable by percentage in Jetpack Compose

How can I control the duration of AnimatedVisibility in compose?

set background transparent in the bottomSheetScaffold

How to correctly apply tint to compose Image?

State hoisting for each item in LazyColumn