• ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
        link
        fedilink
        arrow-up
        2
        arrow-down
        1
        ·
        6 hours ago

        Oh linked it a little while back, she does a great job explaining UX in general I find. And it’s always interesting how the social and material conditions drive these things. For example, this video on how web design in India tends to be very spartan is interesting too. She explains how a lot of the population doesn’t have fast mobile phones, and so sites have to be snappy on older hardware which means have much leaner and more functional designs.

        • Dessalines@lemmy.ml
          link
          fedilink
          arrow-up
          3
          ·
          6 hours ago

          Nice, I’m gonna subscribe to her channel. I’ve had to think about UX design since I’ve been making a lot of android apps recently, so this could help a lot.

    • catloaf@lemm.ee
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      3
      ·
      1 day ago

      Great, but that has nothing to do with software architecture. Rolling everything into one app instead of using the OS platform is not good software architecture.

      • ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
        link
        fedilink
        arrow-up
        3
        arrow-down
        3
        ·
        1 day ago

        It has everything to do with software architecture. You’re not seeing the bigger picture here. The architecture is that you have a common UI layer with apps acting as services that plug into it. This doesn’t have to be done via an app like WeChat, it could be provided as part of the OS itself. The advantage is that you can mix and match functionality from different apps trivially to create custom UX workflows, and this approach facilitates things like automation where you can make scripts to chain apps together the same way you can do with shell commands.