As new Android wanna be dev, XML or Jetpack Compose?

As we are learning and create test app to practice, we should be concentrating more on Android with compose(jetpack) over Android without Compose… as in creating XML’s layouts manually?
I have gone over Android Basics both course on developer.android com/courses

New Android Basics with Compose, and Android Basics in Kotlin

Correct?

Use Kotlin and Compose from the start. It’s the new recommended way of doing stuff.

2 Likes

but XML and Compose way can exist together correct? one Fragment might be created with XML another with Compose?
BTW, thanks for the reply…