Search code examples
Use of letter spacing in jetpack compose...


androidkotlinandroid-jetpack-compose

Read More
Sharing viewModel within Jetpack Compose Navigation...


android-jetpack-composeandroid-viewmodelandroid-jetpack-navigation

Read More
Jetpack Compose how to get changed text, index and length in TextField?...


androidandroid-jetpack-composeandroid-compose-textfield

Read More
Where does "it" come from in this call of a composable function?...


kotlinlambdaandroid-jetpack-compose

Read More
Jetpack Compose and DI with Dagger 2...


androiddependency-injectionandroid-jetpack-composedagger-2

Read More
How to implement 'Snap to center' feature for lists in Jetpack Compose?...


androidandroid-recyclerviewandroid-jetpack-composeepoxyandroid-jetpack-compose-list

Read More
How to create the Android 13 squiggly slider using Jetpack Compose?...


androidkotlincanvasandroid-jetpack-composecompose-multiplatform

Read More
Can't send integer value from one screen to other...


androidkotlinandroid-jetpack-composekotlin-coroutinesandroid-jetpack-navigation

Read More
How to maintain composable's weight with respect to its intrinsic height in a scrollable Column?...


androidandroid-jetpack-compose

Read More
Expand and collapse LazyColumn items with animation in Jetpack Compose...


androidandroid-jetpack-composelazycolumnjetpack-compose-animation

Read More
How to fix LazyColumn Last Item Clicking Behaviour...


kotlinandroid-studioandroid-jetpack-compose

Read More
Jetpack Compose navigation: login screen and different screen with bottom navigation...


android-jetpack-composejetpack-compose-navigation

Read More
Why I can't call class extension function inside corresponding scope?...


androidkotlinandroid-jetpack-compose

Read More
Convert float to dp in card's elevation in infiniteAnimation...


androidandroid-jetpack-composeandroid-animation

Read More
Making Tabs with scrollable content scroll alongside parent composable - IllegalException: Infinity ...


androidandroid-jetpack-composeandroid-jetpack-compose-material3lazycolumnandroid-jetpack-compose-lazy-column

Read More
Compose conditional navigation if user is already logged in...


androidandroid-jetpack-composekotlin-flowjetpack-compose-navigation

Read More
Android Compose Paging 3 - Loading all pages at once without scrolling in LazyColumn with network ca...


androidandroid-jetpack-composeandroid-mvvmandroid-pagingandroid-paging-3

Read More
How align to bottom a row in Jetpack Compose?...


androidkotlinandroid-jetpack-composeandroid-jetpack-compose-layout

Read More
How to show snackbar with a button onclick in Jetpack Compose...


androidandroid-jetpack-compose

Read More
onPageSelected callback for JetPack Compose Pager...


androidandroid-jetpack-composejetpack-compose-accompanist

Read More
Video Overflows from Bottom Sheet When Scrolling...


androidkotlinandroid-jetpack-composeexoplayervideo-player

Read More
Set background color for the whole app. Android, Jetpack Compose...


androidandroid-jetpack-compose

Read More
android datastore-preferences: Property delegate must have a 'getValue(Context, KProperty<*&g...


androidkotlinandroid-jetpack-composeandroid-jetpack-datastore

Read More
LazyColumn and Constraint in JetPack Compose...


androiduser-interfaceandroid-jetpack-composeconstraintsandroid-jetpack-compose-material3

Read More
How to follow MVVM patterns for storing a TextField's value when using a sealed class UiState in...


androidkotlinmvvmandroid-jetpack-composedagger-hilt

Read More
What is better to update a view model's MutableStateFlow, _uiState.update{} or _uiState.value = ...


androidkotlinandroid-jetpack-composeandroid-viewmodelmutablestateflow

Read More
Jetpack Compose - Modify scroll behavior to hold focus on a fix position on screen...


scrollandroid-jetpack-composeandroid-jetpackandroid-tvandroid-jetpack-compose-tv

Read More
Why can I draw a line out of the canvas when I use Jetpack Compose?...


androidandroid-jetpack-compose

Read More
How to make a composable draggable using AnchoredDraggableState?...


kotlinandroid-jetpack-composedraggable

Read More
Why is the collected StateFlow value from ViewModel not updated synchronously?...


androidandroid-jetpack-compose

Read More
BackNext