python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to draw border on BottomNavigation MenuItem Icon?
I am developing an android app using:
Jetpack Lifecycle (ViewModel)
Jetpack Navigation
Coil (Image Loader)
I am trying to customize the BottomNavigationMenu.
But one thing is very hard...
The last ...
yoonhok
Votes: 0
Answers: 1
Laggy Lazy Column Android Compose
I've created a whole app in Jetpack Compose. However, the performances on the Lazy Column are pretty bad and it does not make any sense. Lazy Column should be the substitution of RecyclerView, but Rec...

Mattia Ferigutti
Votes: 0
Answers: 1
Adding Coil dependency in Compose Desktop project
I got this error when I adding coil dependency to Compose Desktop project.
Compose version: 1.0.0
Kotlin version: 1.5.31
Error:
Execution failed for task ':compileKotlin'.
> Could not resolve all f...
beigirad
Votes: 0
Answers: 1