this post was submitted on 02 Mar 2024
430 points (98.0% liked)

Open Source

29773 readers
863 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] merthyr1831 25 points 6 months ago* (last edited 6 months ago) (15 children)

Eh. Crossplatform isnt the problem here; Xamirin is. There's a host of next gen cross platform frameworks like Flutter, React Native, Blazor that save you having to maintain two distinct apps; something that's only going to add a bunch of developer burden

[–] [email protected] 12 points 5 months ago (6 children)

I always recognize Flutter apps on Android as being non-native and avoid them because of this.

I think it is because they seem to never use the system font but Quicksand instead and all the animations feel slightly off.

[–] [email protected] 2 points 5 months ago (2 children)

Same with Compose even though it's ironically considered native in the Android dev community.

The easiest way to tell that the app is not native is tooltips (those that appear when you long press on a button in a toolbar). For some reason UI frameworks just can't agree to display them in the same way, even if they use material design. Compose's ones are especially bad (some apps like Play store actually have different kinds of tooltips on different screens, meaning they use multiple UI frameworks in the same app).

[–] [email protected] 1 points 5 months ago (1 children)

With Compose apps I actually never had this problems yet.

[–] [email protected] 1 points 5 months ago

It looks mostly the same as XML views but some components look and behave wildly different for no apparent reason (tooltips are one of those).

load more comments (3 replies)
load more comments (11 replies)