Hacker News new | ask | show | jobs
by saagarjha 403 days ago
FWIW Android's XML layout is actually pleasant to use (though Jetpack Compose is also quite good).
1 comments

My experience with Android XML is mixed, but that might actually be more of an Android Studio problem. I did enjoy being able to reasonably hand edit the files, which isn’t practical with XIBs, and so naturally git conflicts aren’t as hairy.

I definitely prefer Compose these days though.