• 0 Posts
  • 57 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle
  • boonhet@lemm.eetoTechnology@lemmy.worldAndroid 16 is here
    link
    fedilink
    English
    arrow-up
    1
    ·
    23 days ago

    I feel like Android and Linux (being that it’s what Android itself is based on) do the whole “everything is an app” much better than, say, Windows. On Windows, generally speaking, your entire desktop experience is built-in and so tightly coupled that it’s hard to switch it out. On Linux, you don’t NEED a GUI at all, but if you want one, you’ll have a display server, a window manager, etc. On Android, at least without the desktop mode, the base GUI is the launcher, which is just an app.

    System apps that require root access are still apps. Of course the kernel isn’t really an app and I don’t think Google Play Services fits most people’s definitions of an app. System libraries aren’t apps. So those are the parts that you could consider true “OS updates” as opposed to “app updates”, but since the “apps” part of the system (if you include system apps) is so much more visible to the user, an OS update will seem like it’s mostly a bunch of app updates.




  • boonhet@lemm.eetoTechnology@lemmy.worldAndroid 16 is here
    link
    fedilink
    English
    arrow-up
    1
    ·
    24 days ago

    I mean yeah, you’re right about the desktop mode, but 90% of new user facing features are going to be in one app or another generally.

    Technically the desktop mode itself might also be an app, though a window manager or desktop environment isn’t something we conventionally think of as an app.

    No idea when I’ll get to touch a new enough Android to play with it. My old Oneplus is on shaky custom rom support and my daily driver is an iPhone (which will likely get much longer software support and is newer to begin with)
















  • Things are slowly starting to get better in a lot of the fields I interface with.

    Payroll and accounting software? Many great browser-based offerings. Unfortunately that also means the backend is running in the developer’s servers, but these applications were generally proprietary to begin with.

    EMR company I’ve done a lot of work with (used to be an engineer there), has essentially halted progress on their Windows-only native client (and it was DEEPLY entrenched in Windows) and is now browser based, retaining 99% of functionality. This one always connected to a proprietary backend anyway.

    Own a VW, Audi, Seat, Škoda, Bentley or Lamborghini (depending on model year for some of those)? The popular 3rd party diagnostic software for those, called VCDS, now has a mobile variant if you buy the wireless dongle instead of the cable - it runs a server in the dongle itself that you connect to via wifi, and it displays the sofware as a website. Of course it’s available for non-mobile browsers too.

    Common theme among all of these is that none need to do heavy data processing on the client - though nowadays that is also solvable using WASM.