Showing posts with label How to add text view and image view in android using jetpack compose. Show all posts
Showing posts with label How to add text view and image view in android using jetpack compose. Show all posts

Monday, 26 June 2023

Jetpack Compose display Image view and Text view in android

Now we see how to display Image view and Text View in android using Jetpack Compose.

So , Lets start with code.

First you have to add some dependency library in your build.gradle (app module)

Snackbar in Kotlin

How to show snackbar in place of toast message , below is the code for showing snackbar in kotlin. Below code is put in Utils.kt  (common fi...