#kotlin
Read more stories on Hashnode
Articles with this tag
In Jetpack Compose buttons, you need to give two arguments for buttons. The first argument as onClick callback and another one is your button text...
You can see how to use rows and columns in Jetpack compose with this code class MainActivity : ComponentActivity() { override fun...