• 0 Posts
  • 27 Comments
Joined 5 years ago
cake
Cake day: May 8th, 2020

help-circle

  • My older redmi has this issue where once a accessibility service was killed, it had to be disabled and enabled with the 10s mandatory wait because xiaomi. Miui also disables a bunch of APIs like 3rd party apps cannot change the wallpaper or the running services option present in most ROMs. This isn’t to ignore the aggressive app killing behavior of miui. Overall, my experience wasn’t great. Oneui is a much better and more stable experience, IMO.











  • limecool@lemmy.mltoMemes@lemmy.mlThe state of the internet 2023
    link
    fedilink
    arrow-up
    7
    arrow-down
    17
    ·
    1 year ago

    That may be true on desktop. But, unfortunately, the mobile app is way behind chromium. From being unresponsive, to outright buggy. It’s not a good experince. It’s been 2 years since the rewrite but it’s not getting much better or even close to fixing most of its issue. Meaning, using firefox on android is a handicap on yourself.


  • Basically, it would start by federating with the fediverse and once it gains traction start adding non-standard (and perhaps proprietary) features. Others would start to get a more broken experince, until to have an uninterrupted experince with you would need be on the threads version of the fediverse.








  • Native apps are apps written in the native language of the platform of choice. It would be Java for Android and swift for IOS. Native apps can request lower level access to your system than a webapp.

    Now, a webapp is a basically a website which can run like a native app with similar features and is full screen unlike a website. The language is javascript for the front-end and the backend(server) handles some communication. So, webapps can behave and act like native apps but they are not native and won’t have the same lower level access to your system. Think access to storage, accessibility services, settings, etc. Webapps can also be slower compared to native apps which is prominent in non-flagship smartphones.