Jetpack Compose – The new way of UI design in Android
In android development, while designing the UIs we were using Linear layout, Relative layout and so on. Then, we have started with Constraint Layouts to design Complex UIs without nested layouts. And now it’s time to design the UIs on the next level....