Any application I install on the desktop can potentially steal my data and ruin my life.
And no, big names like Spotify or Valve don’t offer complete protection either due to supply chain attacks.
11–20 of 315 posts
Any application I install on the desktop can potentially steal my data and ruin my life.
And no, big names like Spotify or Valve don’t offer complete protection either due to supply chain attacks.
Maybe I missed it, but I don't think the article even provides figures for the percentage of time spent in a browser on mobile versus desktop. If it is indeed skewed toward non-browser activities on the phone, that's got to mostly be due to hardware integration for things that don't exist or aren't used the same way on most desktops (camera, voice assistant, GPS) and better notification interfaces (messaging apps, wh…
Phones could add APIs for webapps to use those.
One word: Apple. Preventing PWAs is detrimental to users and an abuse of their monopoly.
Is android native development still a thing?
Mobile code can not burn battery on unnecessary cpu use, and certainly not on unnecessary use of power transmitting over a radio link repetitively loading things: desktop gets power plugged into a wall and is therefore less constrained.
Web apps can be installed on the phone. Has been working on Android for a long time, and it won't need to reload anything. I don't see them being much less efficient than "native" Android apps, especially considering their average quality.
> desktop gets power plugged into a wall and is therefore less constrained
Unless it's a laptop.
Earlier quoted context omitted.
Is android native development still a thing?
It's always confusing when people say "native" on Android... you never know if they mean "not a web app" (SDK) or "machine code" (NDK). Do you mean the latter?
What do you mean by "machine code" though? To me, the most native you can get is a Java/C++ app that uses Android APIs directly. Anything lower is systems development, something not generally possible for normal developers.
One word: Apple. Preventing PWAs is detrimental to users and an abuse of their monopoly.
For desktop browsers there are also no application launch icons.
Probably has most to do with the limits of the UX of a phone. Pulling up a browser and typing in a url, hitting autocomplete is done in 2 seconds. On mobile everything is so much more painful, a lot more desire for one click wonder buttons
Trying to do the same thing on mobile is a pain, so it's more convenient to use the mobile apps there.
One word: Apple. Preventing PWAs is detrimental to users and an abuse of their monopoly.