• tfm@piefed.europe.pub
    link
    fedilink
    English
    arrow-up
    15
    arrow-down
    3
    ·
    24 days ago

    Develop PWAs instead. They are platform independent and also work as normal websites.

    • Avid Amoeba@lemmy.ca
      link
      fedilink
      English
      arrow-up
      9
      ·
      edit-2
      23 days ago

      Many APIs Android apps can use are unavailable to PWAs. Also PWAs typically require server infrastructure to at least load once. The author of my favourite open source unit conversion calculator shouldn’t need to maintain a web server so I can use their app.

      But yeah, for use cases that require a server anyways and don’t need elaborate mobile APIs, PWAs are probably the way to go.