In android native developments are fragments necessary if I am only using jetpack compose for the UI?

Viewed 26

I am working on learning native android development with kotlin and jetpack compose. I am currently looking into fragments and data binding. I have seen a lot of references to fragments as a concept and from what I understand they are used to setup/implement reusable UI components in an android app. My question is are fragments still important to use if I am using jetpack compose for UI instead of XML views? A lot of the resources I am finding on fragments are only discussing it in the context of using them for XML UI. If anyone has any resources that discuss using fragements with jetpack compose that would be useful as well. Thanks!

0 Answers
Related