Home > Software engineering >  How we can use color grid view in jetpack compose?
How we can use color grid view in jetpack compose?

Time:01-27

I am try to learn jetpack compose in android kotlin, and I have example of emoji grid view in jetpack composer, but instead of the emoji, is it possible to use colors without any text or emoji?

  @ExperimentalFoundationApi
  @Preview(name = "Emoji Gallery")
  @Composable
  fun DemoEmojiGallery() {
    val data = listOf("☕", "           
  •  Tags:  
  • Related