https://kotlinlang.org logo
#compose
Title
# compose
j

Johnathan Leung

10/01/2020, 4:17 AM
I am a noob to Android dev, but I understand the reactive UI pattern (from web dev). I have built a basic todo app with compose. But for ui, is it worth continuing to learn compose or should I wait for it to release and learn the current xml system for now?
a

allan.conda

10/01/2020, 4:21 AM
current xml system is going to be there for a while. I would personally suggest to learn both 🙂. So you could also understand better why there was a need for Compose on Android
r

Ray Ryan

10/01/2020, 3:26 PM
If you’re going down the layout.xml path, make sure to take advantage of
ViewBinding
.
5 Views