Showing posts with label What is Jetpack Compose ? in android studio.. Show all posts
Showing posts with label What is Jetpack Compose ? in android studio.. Show all posts

Thursday, 22 June 2023

What is Jetpack Compose in Android

 Jetpack compose is the new and latest toolkit for android.

Jetpack compose is the fastest and better component to build android application with out making layout designs.

Yes absolutely right , using Jetpack compose the UI for application is handling with code , using @Composable .

You can build better application with this Jetpack Compose.

 

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...