Swift for Android, Kotlin for iOS

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • I haven't taken a look at new mobile development tools for a while. So I decided to explore some cross platform native tool-chains.
    github.com/the...
    github.com/rea...
    skip.tools/
    github.com/and...
    developer.appl...

Комментарии • 54

  • @azmo_
    @azmo_ 2 месяца назад +21

    I wouldn't rely on any no-name framework like "SKIP" just for a bit more comfort. Just learn Kotlin Multiplatform with Compose Multiplatform (for UI) or native UI for each platform.

    • @xxsaifxx2450
      @xxsaifxx2450 17 дней назад +1

      totally agree
      the declarative paradigm made it so easy to build Ui on native platforms
      the main part of developing these apps relies in the logic part which can be hard to duplicate in each platform due to different apis

  • @d_6963
    @d_6963 2 месяца назад +26

    As much as I like Kotlin (worked in it for 3 years for backend), I prefer Flutter. All the different components are available for both Android and iOS, they are pixel perfect copies. Also I do custom animations when creating new components, not sure how transferrable they are using other frameworks that make use of the underlying components. I enjoyed the video, it was good to see what else is out there.

    • @_modiX
      @_modiX 2 месяца назад +6

      Flutter still ships faster and all, the tooling beats it, the customer doesn't care as long as it feels fast and snappy. KMP and CMP is still not ready.

    • @captainnoyaux
      @captainnoyaux 2 месяца назад +2

      isn't flutter being abandoned by google ?

    • @Ajajdh2
      @Ajajdh2 2 месяца назад +4

      ​@@captainnoyaux
      Just rumors, either way, Flutter doesn't need Google to work.

    • @captainnoyaux
      @captainnoyaux 2 месяца назад

      @@Ajajdh2 Thanks for the reply :)

    • @_modiX
      @_modiX 2 месяца назад +2

      @@Ajajdh2 correct, the stuff is luckily open source and drives itself at this point. And yes, Google is still working on Flutter, porting things to newer Android / iOS and adding new features.

  • @paca3107
    @paca3107 2 месяца назад +25

    I remember when I was explaining to non technical person what React Native is. They said: "oh I know now why some apps such work slow". Performance and UX matter guys, user is most important...

    • @wildanalifr9583
      @wildanalifr9583 Месяц назад

      So using native than cross platform?

    • @paca3107
      @paca3107 Месяц назад

      @@wildanalifr9583 it always depends what you want to make. imo for mvp corss platofrm solutions are not bad, but for serious product I'd use native.

  • @cheebadigga4092
    @cheebadigga4092 10 дней назад

    Thank you for mentioning Kotlin/Compose. I really wanna learn more about it now. Seems to be the most sane option for now

  • @johnny_123b
    @johnny_123b 22 дня назад +2

    Equating flutter experience to translated app experience is undeserving

  • @Atmos41
    @Atmos41 2 месяца назад +2

    PWAs are getting very interesting. Unless you need truly native features, it's a very powerful alternative to a mobile app that doesn't force you to write native code.

  • @philippevoet5948
    @philippevoet5948 2 месяца назад +32

    Wait, where is flutter inconsistent? Graphically it is consistent and if you need something that is swift or kotlin specific it allows you to write it in that framework. It's also the only option in the video that works for Ios, Android, Win, MacOS, Linux and web. It even allows ffi for C and Rust if you're in to that.

    • @asandax6
      @asandax6 2 месяца назад

      rust_core 1.0.0 just made the rust core library available to dart.

    • @elzearcontelly2651
      @elzearcontelly2651 2 месяца назад +4

      Compose Web has all these targets too.

    • @masterflitzer
      @masterflitzer Месяц назад +4

      compose > flutter, flutter is just not nice to work with

    • @tonimacarroni5208
      @tonimacarroni5208 Месяц назад +1

      @@masterflitzerwhy?

    • @funkijote
      @funkijote 28 дней назад

      React Native, with Microsoft's "React Native Desktop" project, can also natively target all platforms except Linux. For Linux there are ways to do this already (e.g. NodeGUI and GJS), but Qt and GTK tooling/integration making full use of React Native+Hermes, is lacking (something I'm currently working on actually).

  • @Christian-op1ss
    @Christian-op1ss 2 месяца назад +4

    Last time I tried Kotlin native (about a year ago?) there were a lot of limitations and the performance wasn't there yet.

  • @philamavikane9423
    @philamavikane9423 2 месяца назад +2

    On point👌.. made a decision years ago to backoff learning Swift to go with React Native instead (cross-platform). The points you made are accurate and I feel I should've stuck with it. I did go back to it a few weeks back, I must prefer the experience and feel I can create better projects this way. Now that it can work on other platforms too makes things a whole lot more interesting

  • @dhrubrawat9316
    @dhrubrawat9316 2 месяца назад +8

    I think for cross platform app development flutter is best option. In future i want to use either capy (Zig framework) or Xilem (Rust framework) for cross platform app development.

  • @fotoh1589
    @fotoh1589 2 месяца назад +40

    Mobile development is getting more and more complicated

    • @denissorn
      @denissorn 2 месяца назад +1

      how's that? AFAIK you still have old/classic options.

    • @theswordslay3542
      @theswordslay3542 Месяц назад +2

      yea no, this isn't webdev, frameworks actually make developing easier.

    • @nanonkay5669
      @nanonkay5669 Месяц назад +3

      Mobile is getting simpler, actually. Have you been around to create Android apps before kotlin and jetpack compose??

  • @TylerTriesTech
    @TylerTriesTech 2 месяца назад +2

    FYI React Native compiles to native as well

    • @yonas6832
      @yonas6832 2 месяца назад

      ...how it's not native code like Rust

    • @JeanBaptisteChabi
      @JeanBaptisteChabi 2 месяца назад

      ​@@yonas6832 When you build app with react native, the components that user's interact with are 100% native on both iOS and Android, although it is not a direct compilation from the code rather a compilation from a bridge between the react native code and the device

    • @zekiz774
      @zekiz774 Месяц назад

      @@yonas6832 no app on android is native. It's all virtulized like a JVM. He means it's not just a web wrapper, but uses native bindings

  • @zarkones2635
    @zarkones2635 Месяц назад

    Fyne can deploy to Web, Desktop, and Mobile. While relying on its own stack.

  • @masterflitzer
    @masterflitzer Месяц назад +1

    this is what I'm talking about, i don't want react native or flutter for cross platform mobile apps
    kotlin (or swift, but i don't like xcode) ftw!

    • @_hudeifa23
      @_hudeifa23 Месяц назад

      why don't you like flutter ?

    • @masterflitzer
      @masterflitzer Месяц назад

      @@_hudeifa23 because it's a native abstraction that doesn't make sense, you have a completely different development experience than with native tools or react native but for no advantages, it's a compromise on everything, also setting it up sucks too

  • @cempack
    @cempack 2 месяца назад

    I was waiting for you to talk about it!

  • @emmanuelngene7833
    @emmanuelngene7833 2 месяца назад

    I understand the concerns raised here but have you looked into the latest updates on react native?

  • @Ajajdh2
    @Ajajdh2 2 месяца назад

    Comparing disadvantages of Fluuter with advantages of KMP? Used to do similar thing

  • @developer.emad.mehrez
    @developer.emad.mehrez Месяц назад

    I build native android and ios apps. I recently wanted to build cross platform apps and tried flutter and kmp, I chose kmp because flutter is very bad in terms of memory usage and performance.

  • @JeanBaptisteChabi
    @JeanBaptisteChabi 2 месяца назад

    I'm still using react native, no cares, everything work well for me❤

  • @longnn17.developer
    @longnn17.developer Месяц назад

    but we need paid for license of skip? they not be free like KMM.

  • @ulrich-tonmoy
    @ulrich-tonmoy 2 месяца назад +1

    i guess native cross-platform and server driver ui cross-platform(React Native) will be the future

  • @Shreyas-fs3dp
    @Shreyas-fs3dp 2 месяца назад

    🔥🔥

  • @oumardicko5593
    @oumardicko5593 2 месяца назад

    You need a mac for swift, so out of the equation already 😂

  • @ferdiangunawan1237
    @ferdiangunawan1237 Месяц назад

    skip is not free. compose is free, haha

  • @byskawica1919
    @byskawica1919 Месяц назад

    Python + kivy ?

  • @pin689
    @pin689 2 месяца назад +1

    Unfortunately both Kotlin and Swift are very complex already and they keep adding features to them. Kotlin is a little better because it uses GC. In Swift you very often should use a specific keyword to help the compiler because of ARC. Which is very confusing and unclear. Kotlin has other weirdness, annotations. Which came from Java and looks like magic which you should add otherwise nothing will work. Very bad framework design.

    • @mahersafadii
      @mahersafadii 10 дней назад

      that's why dart is the king, simple and concise, it doesn't have unnecessary featrures