I am a noob to Android dev, but I understand the r...
# compose
j
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
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
If you’re going down the layout.xml path, make sure to take advantage of
ViewBinding
.