Skip to main content

Questions tagged [kotlin-compose]

Jetpack Compose / Jetbrains Compose Multiplatform. Kotlin-based declarative UI framework for Android, iOS, desktop, and web.

3 votes
1 answer
101 views

I’ve created a Jetpack Compose function called RegisterName for a registration screen where users input a nickname and agree to an EULA before proceeding. The function works as intended, but I’m ...
dev4Life's user avatar
2 votes
1 answer
128 views

I had this problem: https://stackoverflow.com/questions/78528358/how-to-prevent-circularprogressindicator-from-freezing-during-authentication-in Now after fixing it, I want to make sure that this is ...
Cipri's user avatar
  • 121
4 votes
1 answer
216 views

I have written a dummy code to check if an app was launched for the time using DataStore. It is working however i want to know if this can be optimised and i also observed a small glitch initially ...
dev4Life's user avatar
5 votes
1 answer
133 views

I have created a Grid out of using the new concept of List in Kotlin. I'm open to any feed back to how this code could be improved. It functions as expected and I'm happy with the results. ...
xxxVxxxlinux's user avatar
2 votes
1 answer
109 views

I'm working on a stateful Jetpack Compose composable that follows the MVI architecture. I'm using collectAsStateWithLifecycle() to observe the view state from a view model, but I'm unsure about the ...
Android Developer's user avatar
2 votes
1 answer
417 views

The project is simple: Login screen and a forgot password screen. You can navigate from Login to ForgotPassword. I feel like I overcomplicated things, but I don't know if (and how) it can be ...
Simon's user avatar
  • 265
4 votes
1 answer
263 views

I have made a length-units converter with Jetpack Compose. Here's the source-code: ...
michael.zech's user avatar
  • 5,042