Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-jetpack-compose

Type Safe Navigation - Custom List NavType

Android Kotlin: UI State is updated but the UI stays the same

App crashes when trying to use VisualTransformation in a TextField

Is there a way to delay a Spring AnimationSpec in Jetpack Compose Animation?

Enable Auto-scrolling LazyColumn to the bottom when reverseLayout = false

How to call a composable function in onClick event

The wrong "items" funciton is being selected by lazy row unless i specifically import "import androidx.compose.foundation.lazy.items"

How can i change value in TextField value from viewModel in jetpack compose

Compose RoundedCornerShape, padding and background colour not working as expected [duplicate]

What is the difference between mutableStateOf and mutableStateListOf?

StateFlow updates too quickly for Compose UI

compose how to add alignment to a Composable function child

Why is using a LaunchedEffect with a key triggering recomposition of the whole Composable hierarchy?

Android Compose MutableStateFlow: Adding to Set does not invoke recomposition

How can I get drawable resource by string?

Android compose ModalBottomSheetLayout causes enormous recomposition counts

How to restrict Keyboard Enter key not to allow input in the next line (TextField in Android Jetpack Compose)