• 3 Posts
  • 206 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle






  • I like Micsrosofts office suite, but I hate virtually everything else. I got tired of their recent decisions and bought an Apple laptop, partly because I’m getting into iOS development and wanted that experience. But my other computer is dual booted with Fedora and Windows for when I absolutely need Windows, I’ll swap over, bit rarely do I outside of some gaming.














  • These days, you have several options. You could use JavaScript/Typescript via React Native which builds both iOS and Android.

    You could use Kotlin Multi-Platform, builds both iOS and Android, vut I believe you will need to know some Kotlin for Android and Swift for iOS.

    You could use Flutter, which uses the Dart programming language, also builds both iOS and Android.

    Then there is MAUI using C#, builds both iOS and Android.

    Finally, you could resort to native for each platform.

    As you can see, there are plenty of options. Picking one comes down to what you need and which language works for you. Keep in mind, most of the languages aren’t really close to Python.

    Good luck.