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

Programmer Humor

32309 readers
167 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] 12 points 1 year ago (6 children)

Reject Web technologies - embrace native mobile app development

Compose feels like React but without the bad JavaScript parts, really pleasant experience!

[–] [email protected] 1 points 1 year ago (1 children)

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

[–] [email protected] 2 points 1 year 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.

load more comments (4 replies)