Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-jetpack-compose

How to use Compose inside Fragment?

How to close the virtual keyboard from a Jetpack Compose TextField?

var value by remember { mutableStateOf(default) } produce error, why?

Jetpack Compose on Kotlin 1.5.0

How to load Image from drawable in Jetpack compose?

How to add Margin in Jetpack Compose?

Jetpack Compose - Column - Gravity center

Jetpack compose can't preview after updating to 1.0.0-rc01

How to get Context in Jetpack Compose

Type 'State<List<User>?>' has no method 'getValue(Nothing?, KProperty<*>)' and thus it cannot serve as a delegate

mutableState VS mutableStateFlow?

Android Jetpack Compose mutableStateListOf not doing Recomposition

Can no longer view Jetpack Compose Previews. Failed to instantiate one or more classes (ComposeViewAdapter)

Filling remaining space with Spacer on Jetpack Compose