Top "Android-jetpack-compose" questions

A declarative toolkit for building UI

Jetpack Compose - Column - Gravity center

I'm creating a layout with Jetpack Compose and there is a column. I would like center items inside this column: …

android kotlin android-jetpack android-jetpack-compose
Invalid Gradle JDK configuration found. Open Gradle Settings

I'm trying to integrate Jetpack Compose in my project with Android Studio 4.2 and I am getting the following error in …

android android-studio gradle android-jetpack-compose
How to load Image from drawable in Jetpack compose?

I have tried below code but it reflects nothing in the UI, I'm missing anything here? class MainActivity : AppCompatActivity() { override …

android image androidx android-jetpack-compose
Error when adding buildFeatures in build.gradle file

I am trying out compose which is a new feature in Andorid jetpack. Below is my code. I am adding …

android user-interface androidx android-jetpack-compose
Jetpack compose live preview

I just started working on jetpack compose and downloaded sample of Jetnews. When I opened MainActivity or JetnewsApp.kt I …

android live-preview android-jetpack-compose
How to change android jetpack compose bottomAppBar icon tint color?

BottomNavigationBar() can only take the background and contentColor but there is no option for tint color.

android kotlin bottomnavigationview android-jetpack-compose android-bottomnavigationview
What is the Jetpack Compose equivalent of RecyclerView or ListView?

In Jetpack Compose, how can I display a large list of data while laying out only the visible items, instead …

android kotlin androidx android-jetpack android-jetpack-compose