Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-jetpack-compose

Can I create MutableState properties in a ViewModel but expose them as immutable to screens in Android Jetpack Compose?

Create custom LazyColumn/LazyList to add custom items in between

Jetpack Compose: Fixed width and height based on the largest view in a Box

How to properly access UI state from ViewModel in onCreate() method so that UI is updated automatically

Android Jetpack Compose Documentation

Jetpack Compose Immersive mode Dialog

How to write Composable function using Kotlin Functional (SAM) Interface

How to disable pager animation of HorizontalPager in Jetpack Compose

Undefined symbols for architecture arm64: "_kfun:androidx.lifecycle.viewmodel.compose

Jetpack Compose animateScrollTo to absolute coordinates or direct to element

How to make a composable draggable using AnchoredDraggableState?

Update LazyColumn after API response in Jetpack Compose

Jetpack Compose Custom UI - Speedometer with animation

How to reduce the size of an application built with Jetpack Compose?

Jetpack Compose Discrete Slider is not showing the exact numbers

Jetpack Compose: Animate long horizontal image off-screen

Text problem in TextField - Android Jetpack Compose

Is it possible to assert that a node is scrollable in jetpack compose testing

TopAppBar not adjusting height automatically in Compose and TabRow not working

Row with weights in Jetpack Compose with AnimatedVisibility brakes the UI