• @[email protected]
    link
    fedilink
    English
    25
    edit-2
    3 hours ago

    Exactly. Is it just a webpage served up with some native UI buttons to make it look more glossy? Are app permissions implemented as separate system users under POSIX? How many apps are written in languages/frameworks running from interpreters, and how many actually touch bare metal? Are app media that use Gallery permissions duplicating data or linking to it?

    No one knows what an app is, the app development frameworks I learned 10 years ago are no longer relevant and have likely shifted to a whole new paradigm. If it looks perplexing to me, I can imagine it looks like magic to non-techies.

    • @[email protected]
      link
      fedilink
      English
      1
      edit-2
      1 hour ago

      The PWA frameworks are pretty cool. Essentially just system level API hooks which then integrate into a existing React - NextJs - whatever projects. Granted it isn’t touching bare metal like you said but it is a nice level of a abstraction and beats dealing with android studio 🤢

      Edit: I hear Expo is neat but I haven’t used it yet.