Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-jetpack-compose

Handling multiple experimental annotations throughout an app

How does drag work and interact with scroll and scrollable Composables like Pager, BottomSheet or LazyLists?

Couldn't inline method call 'remember' into @androidx.compose.runtime.Composable

How to navigate to a non bottom bar screen with jetpack compose?

How to get stringResource if not in a composable function

ClickableText styling in jetpack compose

LazyColumn and mutable list - how to update?

Navigation destination that matches request NavDeepLinkRequest cannot be found in the navigation graph NavGraph

How to access Plural resource in JetpackCompose String

Jetpack Compose - how to center text in ClickableText

Angled gradient background in Jetpack Compose

What is ComposeViewAdapter used for in Jetpack Compose?

ViewCompat.getWindowInsetsController is deprecated - which alternative to use?

Jetpack Compose TextField capture keyboard Enter-input

Adding gif into Jetpack Compose

Why a new ViewModel is created in each Compose Navigation route?

Jetpack Compose: The layout inspector is not showing the menu for recomposition counts

LazyColumn with items from viewModel crashes with IndexOutOfBounds when items size changes

Can we pass viewmodel as parameter to another compose function?

How can I determine whether a 2D Point is within a Polygon or Complex Path with Jetpack Compose?