this post was submitted on 23 Aug 2024
30 points (87.5% liked)

Google Pixel

1389 readers
4 users here now

The home of /r/GooglePixel on Lemmy and the Fediverse!

The place for everything related to Google Pixel devices, including news, reviews, tips, tutorials, rooting, and app discussions.

!googlepixel@lemdro.id

Rules

  1. Stay on topic: all posts should be related to Google Pixel devices.
  2. No offensive/low-effort content: avoid posting offensive or low-effort content that does not contribute positively to the community.
  3. No self-promotional spam: active community members are welcome to post their apps but should also participate in comments and discussions. Please do not post links to your own website, YouTube channel, or blog.
  4. No reposts/rehosted content: whenever possible, submit original sources. If the original source is not available in English, you may provide a translation. Reposts of the same content are not allowed.
  5. No editorializing titles: when submitting articles, do not change the titles. You may add the author's name if it is relevant.
  6. No piracy: sharing or discussing pirated content is strictly prohibited.
  7. No unauthorized polls/bots/giveaways: please do not create unauthorized polls, use bots, or organize giveaways without proper authorization.
  8. No affiliate links: posting affiliate links is not allowed.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Dudewitbow@lemmy.zip 8 points 3 weeks ago (1 children)

id imagine some apps are just running on electron or some microbrowser, so theyre fuctionally browsers and come with some of the memory penalties from running with said sdks. not many conpanies want to design something from the bottom up.

[–] reddig33@lemmy.world 5 points 3 weeks ago (1 children)

It’s shitty coding and the app stores should reject this garbage and tell the dev to ship it as a web app. If you’re going to ship an entire web browser with every app, then what’s the point of it being an app?

See also apps that bundle twenty different frameworks and then use maybe one or two percent of what’s bundled. 🙄

[–] stankmut@lemmy.world 5 points 3 weeks ago

You most likely wouldn't be shipping an entire web browser with the app. You would use the Webview component (or similar) which just uses the Android System WebView system app that should already be on the phone.