this post was submitted on 25 Sep 2023
328 points (94.1% liked)

Programmer Humor

31995 readers
210 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 11 months ago (1 children)

I love Compose, creating UI is actually fun. The whole ViewModel thing though I don't love

[โ€“] [email protected] 2 points 11 months ago

I love Compose, creating UI is actually fun.

It's a good time, for sure. That being said, I've stopped working with UI, and I don't really miss it. I still do some side projects in Compose though, and it's always way better than XML.

The whole ViewModel thing though I don't love

When it clicks, it's actually not that bad imo. I think the main problem is that Google aren't really explicit enough about how to leverage them effectively, and as such they can be pretty hard to get right.