Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-jetpack-compose

How do i apply a default font to all Text() elements in the app using Jetpack Compose?

How do I start file chooser using intent in compose

Android 2 files found with path 'META-INF/gradle/incremental.annotation.processors'. error

How to fillMaxSize() the Box() inside row - Compose

Update bitmap in Image in jetpack compose

Scaling Button Animation in Jetpack Compose

Android Compose: draw transparent circle on image

How to animate from Aligment.Start to Align.End in Jetpack Compose?

Prevent the keyboard from appearing in a Jetpack Compose app

java.lang.IllegalStateException: LayoutNode should be attached to an owner when scrolling paginated Lazy column in Jetpack compose

Why is ViewModel method reference not stable (causing recomposition) but lambda is? (Jetpack Compose)

use Jetpack Compose ModalBottomSheet: The offset was read before being initialized

Scroll issues with LazyRow inside traditional android ViewPager

OnKeyEvent without focus in Jetpack Compose

Compose - NavHost recomposition multiple times

Is it possible to specify a weight and a minimum height?

Compose: Why does a list initiated with "remember" trigger differently to Snapshot