cross-posted from: programming.dev/post/36398844
Comments
- Hackernews.
Submitted 20 hours ago by Pro@programming.dev to technology@lemmy.world
https://commonsware.com/blog/2025/08/26/uncomfortable-questions-android-developer-verification.html
cross-posted from: programming.dev/post/36398844
Comments
- Hackernews.
Develop PWAs instead. They are platform independent and also work as normal websites.
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.
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.
If you think about it, a PWA is an electron app without the electron wrapper.
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 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.
How will they capture your data silly?
I don't have any hope that Google analytics is dying any time soon
It’s nice to hear from Mark Murphy on this. He’s a legend.
A_norny_mousse@feddit.org 15 hours ago
The Google Paradox