• reddig33@lemmy.world
    link
    fedilink
    English
    arrow-up
    11
    ·
    edit-2
    25 days ago

    If apps and the OS weren’t such ram/storage hogs, this would be plenty. Like does the Home Depot app really need half a gig or more? 🙄

    • Dudewitbow@lemmy.zip
      link
      fedilink
      English
      arrow-up
      8
      ·
      25 days ago

      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
        link
        fedilink
        English
        arrow-up
        5
        ·
        25 days ago

        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
          link
          fedilink
          English
          arrow-up
          5
          ·
          25 days 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.