Tag Archives: Android Studio with Jetpack Compose

Jetpack compose

Jetpack Compose

If you are an android developer then surely you are making your UI in an XML file and then attach it to the java file or Kotlin file using the setContentView() method. So, to overcome this separation android provides the new feature which is “Jetpack compose”. With the help of the jetpack compose library we Continue Reading »