How to expand Scaffold’s content to top bar in Jectpack Compose
I want to expand Material3 Scaffold’s content to TopBar, but the top bar should not be overlap with sticky TabRow header from content body when scrolling down
jetpack compose horizontal constaints don’t see to work
i want to position a box in the right of the container
here is the code i have:
Status Bar incorrectly displays time and other status colors in API 35 Android Emulators
I am currently trying to migrate my app to be compatible with Android 15. And as far as I concerned, in order to test Android 15 API, we need set up API 35 or VanillaIceCream API. Also based on the Android 15 migration, my app is set to edge-to-edge by default (which I don’t want to).
BottomSheetScaffold’s bottom sheet HalfExpanded state doesn’t work as it should
I’m using bottom sheet scaffold to show it half expanded and still be able to interact with another part of the screen
Jetpack compose type mistmatch error for Typography
I created a material 3 theme here and downloaded it to my android studio project. In my android studio project, I updated Color.kt
, Type.kt
, and Theme.kt
with the new theme.
Why are view model operations not working in a .clickable modifier in the current stable version of Android Jetpack Compose?
I have a mutableTodosList
that I want to edit from my composables:
Why are viewModel operations not working in a .clickable modifier, in Android Jetpack compose? (newest stable version of jpc)
When trying to edit my data (data:
BottomSheetScaffold not showing
I tried the various methods I found as I am still learning and wish to update my previous question. I want a BottomSheetScaffold
to display a file MailView.kt
when a button
is clicked.
View Model Variables Becomes Null When called in the View
When I try to call the variable qrImage from my view it gets a null value while from the view model the variable is not null since it has gotten a new value. I confirmed this by logging the qrImage Variable from both the View and View Model.
No static method NavigationSuiteScaffoldLayout
I’m trying to implement NavigationSuiteScaffoldLayout
for a Jetpack Compose project but unsure of how to resolve the error returned.