Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-jetpack-compose

Jetpack Compose Preview is not showing when having a ViewModel parameter

How to pass a Composable to another Composable as its parameter and display/run it in Jetpack Compose

Implementing Google places autoComplete textfield implementation in jetpack compose android

compose can not test Dialog

When to use derivedStateOf in Jetpack Compose?

Jetpack Compose- No signature of method:error

Android Compose change tap color

Manage Locale in Android Jetpack Compose

How to make too bold text in jetpack compose?

Use item keys in non-lazy Column

Circular loading Spinner in jetpack compose

How do you pass optional boolean arguments in Android Jetpack Compose?

Deep Links navigation in Jetpack Compose

Perform different actions based upon items inside LazyColumn in android compose, different onClick events

Navigating to a composable using a deeplink with Jetpack Compose

JetPack Compose Button with drawable

Jetpack Compose, How do I manage derived, nested state in a view model?

Composable not recomposing on Android API 26 (Oreo) after changing the value of a MutableState

How to get the start and end positions of a drag gesture in JetpackCompose