this post was submitted on 27 Aug 2025
76 points (98.7% liked)

Technology

74519 readers
3537 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

cross-posted from: https://programming.dev/post/36398844

Comments

you are viewing a single comment's thread
view the rest of the comments
[–] tfm@piefed.europe.pub 13 points 1 day ago (3 children)

Develop PWAs instead. They are platform independent and also work as normal websites.

[–] avidamoeba@lemmy.ca 8 points 21 hours ago* (last edited 20 hours ago)

Many APIs Android apps can use are unavailable to PWAs. Also PWAs typically require server infrastructure to at least load once. The author of my favourite open source unit conversion calculator shouldn't need to maintain a web server so I can use their app.

But yeah, for use cases that require a server anyways and don't need elaborate mobile APIs, PWAs are probably the way to go.

[–] BarbecueCowboy@lemmy.dbzer0.com 21 points 1 day ago* (last edited 1 day ago) (2 children)

It sucks that that's the best option, but if we've made it to that point I personally would rather just use the website without extra steps. Not a fan of PWAs.

[–] tfm@piefed.europe.pub 17 points 1 day ago (2 children)

Most information based apps don't need to be natively integrated. Take the Voyager client for example. It behaves almost exactly like the native version of the app.

Most users wouldn't even notice a difference, if well implemented.

App developers need to abandon these proprietary platforms and switch to open ones like the web. That's the only way to end this fuckery.

[–] phutatorius@lemmy.zip 2 points 8 hours ago

App developers need to abandon these proprietary platforms and switch to open ones like the web. That’s the only way to end this fuckery.

The "value add" for mobile apps is mainly that they enable more analytics collection without the users having the ability to control it through ad blockers. There are vanishingly few cases where the UX is superior compared to a well-implemented web app.

[–] paraphrand@lemmy.world 7 points 1 day ago (1 children)

Voyager is a fantastic example. I forget that it is a PWA all the time.

[–] sem@lemmy.blahaj.zone 2 points 23 hours ago (1 children)
[–] tfm@piefed.europe.pub 2 points 8 hours ago

Basically, yeah.

[–] squaresinger@lemmy.world 2 points 17 hours ago

If you think about it, a PWA is an electron app without the electron wrapper.

[–] just_an_average_joe@lemmy.dbzer0.com 3 points 22 hours ago (1 children)

How will they capture your data silly?

[–] tfm@piefed.europe.pub 1 points 21 hours ago (1 children)

I don't have any hope that Google analytics is dying any time soon

[–] WhyJiffie@sh.itjust.works 1 points 5 hours ago (1 children)

in a browser that's easily blocked

[–] tfm@piefed.europe.pub 1 points 5 hours ago (1 children)

But not everyone cares, unfortunately. The masses will always be exposed to this shit.

[–] WhyJiffie@sh.itjust.works 2 points 4 hours ago (1 children)

I think that was not the point. but that contrary to native apps, it is easy to block that in a webapp, if you care.