Jetpack compose(Building native UI without xml) In Android world we used linear layout ,Relative layout , constraint layout and many more for creating the native UI.But we still missed the trick to design declarative UI. Google IO 2019 launched the jetpack compose to design declarative UI.It …