Skip to main content
Filter by
Sorted by
Tagged with
3 votes
1 answer
121 views

When I click on a text field, the keyboard appears. The problem is that it sticks directly to the text field, with no visible space between the two. I am using Jetpack Compose and would like there to ...
Moloch's user avatar
  • 33
Advice
1 vote
1 replies
28 views

I am building my home widget UI with Glance. I can see there is a HorizontalDivider Jetpack Compose Component. However, it seems like there doesn't exist one for use with Jetpack Glance? I am trying ...
smoak's user avatar
  • 15.1k
Advice
0 votes
4 replies
77 views

I am confused as to why my app is lagging when I scroll down to this seat layout. What's wrong with my code? Can somebody tell me how I can improve the performance? Here is the code to create the ...
Ahmad Zaqi's user avatar
1 vote
0 answers
91 views

I'm facing a strange issue that only occurs in the release build of my Android app (signed and uploaded to Google Play). In debug mode, everything works perfectly. After publishing or installing the ...
Richard Krammer's user avatar
3 votes
1 answer
211 views

I’m building a dynamic Jetpack Compose UI where layouts are driven by JSON configuration. Each container can be either vertical (Column) or horizontal (Row), and components like text, icons, and ...
Megh Lath's user avatar
  • 2,272
3 votes
1 answer
217 views

I want to use state based TextField. I've learned that to use a state-based TextField, I must change the bom version to alpha. How can I change the bom version to alpha in libs.versions.toml? [...
Jorpy's user avatar
  • 567
0 votes
1 answer
89 views

In Jetpack Compose, I have a Row with two Columns. In Column A, there is only one Text item and in Column B, there are three text items. I would like the center part to be at the same height, i.e. in ...
LeoReentry's user avatar
0 votes
1 answer
930 views

I'm updating my Jetpack Compose to use the latest Material 3 dependencies. material = "1.12.0" composeBom = "2025.07.00" compose-material3 = "1.4.0-rc01" I wrote this ...
Mikoto Misaka's user avatar
1 vote
1 answer
112 views

I need to display top border for box with left and right rounded corners. I tried with the below code. Box( modifier = Modifier drawLine( color = Color.Red, ...
malavika's user avatar
  • 1,351
3 votes
1 answer
274 views

I’m using Jetpack Compose’s HorizontalPager with a dynamic list of items in my app. Occasionally, my crash reporting service logs the following crash, but I have never been able to reproduce it ...
MohammadReza Eram's user avatar
2 votes
1 answer
203 views

I've created a HorizontalPager with a width that matches the screen. However, I've noticed that when I use the edge swipe gesture on the phone to go back to the previous screen, it momentarily causes ...
user31077472's user avatar
2 votes
2 answers
210 views

It is common that onClick lambdas (call methods that) perform viewModelScope.launch { ... }. I see a possible race condition here, the viewModelScope may be cancelled before the launched action is ...
18446744073709551615's user avatar
2 votes
1 answer
105 views

It seems like LazyColumn is losing state on rows when moved between different item calls even though they're keyed. It was my understanding that if two items existed with the same key the composable ...
Henry Twist's user avatar
  • 6,072
2 votes
1 answer
158 views

The setup In Jetpack Compose, I have a Column (gray) with two elements, a long text (yellow) and a short text (cyan): @Composable @Preview fun Foo() = Column( Modifier .background(Color....
axolotlKing0722's user avatar
0 votes
1 answer
343 views

I want my Android Jetpack Compose app to draw behind the system navigation bar, but not behind the system status bar. I managed to do this, but for window.navigationBarColor I get the warning: ...
18446744073709551615's user avatar

15 30 50 per page
1
2 3 4 5
211