• deweydecibel
    link
    fedilink
    English
    28
    edit-2
    3 months ago

    Not to suggest you don’t deserve to be paid more, but it feels like the issue would more be that the people paying for the site aren’t instructing the people that develop it to make these accommodations.

    Because I know plenty of devs that just straight up don’t give a shit about accommodating low-end devices, regardless of what they’re paid. It’s like a point of pride almost.

    Hell, that’s the energy of the DontKillMyApp people: they just straight up think their app should use as many resources as it likes as long as it likes, and they shouldn’t have to be considerate in development. Strain on device be damned.

    I’ve seen some that straight up admit they don’t even think the user should be able to kill an app process.

    • @[email protected]
      link
      fedilink
      English
      153 months ago

      I know this isn’t the main point of your comment, but DontKillMyApp is about much more than system resource management. It’s about consistent behavior so that developers can program to a standard rather than a wild west of whatever a handset decides to do.

      Either you write your app to accommodate every special case implementation of background execution requirements, or users get upset when the instant message isn’t delivered and blame the app.

      To make matters worse, many Chinese devices just kill everything in the background that’s not on a hard coded whitelist. This is a failure of Android when it doesn’t require consistent behavior. On these devices, applications that have a legitimate reason to run in the background just don’t work correctly.

      I think the situation is getting much better with recent Android versions.

      • @[email protected]
        link
        fedilink
        123 months ago

        To make matters worse, many Chinese devices just kill everything in the background that’s not on a hard coded whitelist.

        Looking at Xiaomi’s Miui here. My last phone was a Xiaomi one and it was great. It didn’t take long for me to install LineageOS on it tho because Miui is horrible. It killed every app you had opened the second you switched to another one. Things like email verification codes were literally impossible to enter into an app because when you went into your mail app, copied the code and then went back into the app you wanted to enter it in, that app would have to start up again because it was already killed in the background.

        Also, Miui itself used up like half my RAM without anything being opened and it was buggy as hell.

        • @[email protected]
          link
          fedilink
          English
          13 months ago

          They do this because it pumps up those battery statistics but it harms the user experience which is much harder to test.