iOS Development is Easier than Android Development (VLOG)

  Рет қаралды 52,557

CodingWithMitch

CodingWithMitch

Күн бұрын

Пікірлер: 345
@kravets_coding
@kravets_coding 3 жыл бұрын
Notes 1. Android studio gradle headaches. 2. Documentation sometimes contains crap. 3. RecyclerViewAdapter vs simple SwiftUI Kotlin multiplatform is promising.
@deepakbisht4957
@deepakbisht4957 3 жыл бұрын
Android documentation is way better plus they have codelabs too...
@kennygunderman
@kennygunderman 3 жыл бұрын
Gradle errors were hands down one of the most frustrating things when I first started Android dev... And they still are lmao
@ravinderyadav5605
@ravinderyadav5605 3 жыл бұрын
I think pods are most frustrating, while gradle errors are easy to solve.
@Rajmanov
@Rajmanov 3 жыл бұрын
@@ravinderyadav5605 no, the problem with Gradle is that it could potentially be incompatible with other solutions and you have to experiment with other versions, and you have to migrate versions without even knowing if that is going to work, you can spend more than 80 hour's to solve a very complicated one
@ChrisAthanas
@ChrisAthanas 3 жыл бұрын
I thought I was the only one Now I don’t feel so dumb
@alexN350z
@alexN350z 3 жыл бұрын
@@Rajmanov Have you ever used pod in large project? Grable is a lot more reliable, while pod is dependent on ruby which meshed up and just failed on some macbook but not the other
@llothar68
@llothar68 3 жыл бұрын
@@Rajmanov All build systems have become terrible complex when going into details. I find xcode the best (i wrote a script updating the xcode project automatically). MSBuild or CMake for our cross platform business logic can be just as bad.
@iOSAcademy
@iOSAcademy 3 жыл бұрын
As someone who has done both platforms, this is spot on
@ИльяГущин-с4м
@ИльяГущин-с4м 3 жыл бұрын
Thanks mate for all your tutorials, you helped me a lot
@dev_jeongdaeri
@dev_jeongdaeri 3 жыл бұрын
Always thank you for awesome tutorials!
@BigCarso
@BigCarso 3 жыл бұрын
Have to wholeheartedly disagree having spent years on both
@NexusGamingRadical
@NexusGamingRadical 2 жыл бұрын
Bit of a conflict of interest with that name 😂
@404errorfilenotfound
@404errorfilenotfound 3 жыл бұрын
Any old timers here remember Android development on Eclipse? That was what truly separated the men from the boys.
@codingwithmitch
@codingwithmitch 3 жыл бұрын
Actually I remember eclipse because I used it when I was in school lol
@balfit
@balfit 3 жыл бұрын
@@codingwithmitch it seems I’m getting old lol
@Mrdresden
@Mrdresden 3 жыл бұрын
This old timer remembers when API 3 (v.1.5 | Cupcake ) came out in '09 and brought with it the amazing feature of animated screen transitions. Just a month now until that is 12 years ago... how time flies.
@codingwithmitch
@codingwithmitch 3 жыл бұрын
@@Mrdresden you are a dinosaur
@MO1NKHAN
@MO1NKHAN 3 жыл бұрын
This is absolutely correct, I am android developer from last 4 years and i never touched the iOS before, However when i learned iOS it took month for me to reach out on same level of android where i am today. I know 4 years of Android develoment helped to boost my training in iOS. Still i started loving in iOS more than android just because of easiness what i found.
@codingwithmitch
@codingwithmitch 3 жыл бұрын
I've been doing it for a week and I'm feeling pretty good. Probably a month I would be pretty competent. Same as you
@DiegoNovati1
@DiegoNovati1 3 жыл бұрын
@@codingwithmitch don’t forget that iOS is an echo system, and to know how to use it takes lot of time (and sometime is not so simple).
@codingwithmitch
@codingwithmitch 3 жыл бұрын
@@DiegoNovati1 Lol I'm doing it the android way github.com/mitchtabian/KMM-Playground/blob/test/iosApp/iosApp/presentation/ui/recipe_list/RecipeListViewModel.swift
@localhost3662
@localhost3662 3 жыл бұрын
First of all, good content in the video. You are comparing swiftui with recyclerview in android, i think it should be storyboard and recyclerview. I have tried building ios apps with storyboard and it is not any better than recyclerview. Compose UI vs SwiftUI would be a better comparison. At work, senior developers do not even use storyboards, they write code to created views and all. For beginners, everything is difficult and beginners should understand it. With more practice and understanding the architecture of the platform, it will get easier. Another thing that i have noticed in ios is that the same code would run fine in ios 13 but would not work in ios 14 and i have found such issues in android very less but it doesn't mean one platform is superior than other, they both have their sets of problems. Excited that JetBrains have developed kotlin multiplatform so that android and ios devs can work together.
@sheenfabile9460
@sheenfabile9460 3 жыл бұрын
I'm an Android App Dev and i almost send my resignation letter to learn iOS dev🤣. Stay safe always Mitch and keep it up.
@jonathansilva3364
@jonathansilva3364 3 жыл бұрын
I tried to learn android dev. for so long and always got frustrated by the amount of time/effort to build simple ui. Now I am investing in iOS and everything seems easier and smoother than it was with android.
@bitwisedevs469
@bitwisedevs469 2 жыл бұрын
Did you skipped UIKit and go with SwiftUI?
@jonathansilva3364
@jonathansilva3364 2 жыл бұрын
@@bitwisedevs469 No, I started with UIKit. I felt like I would miss basic stuff by jumping directly into SwiftUI.
@bitwisedevs469
@bitwisedevs469 2 жыл бұрын
@@jonathansilva3364 nice, same I will spent months with UIKit first then jump with SwiftUI. Then Compose with Android when it gets matured.
@anudeepananth
@anudeepananth 3 жыл бұрын
There is no swipe for refresh in jetpack compose... Also no visual feedback with user overscrolls in a lazy column... This still really baffles me
@ChrisAthanas
@ChrisAthanas 3 жыл бұрын
I am sure they will be adding this soon
@Kilo_Loco
@Kilo_Loco 3 жыл бұрын
I generally recommend that anyone that is new to development and has access to a Mac, they start with iOS development. It's just simpler in almost every aspect. Thanks for the video Mitch!
@vaelinalsorna1649
@vaelinalsorna1649 3 жыл бұрын
Too bad I don't have money for Macs or iPhones. 😬
@abdullahalmasum5542
@abdullahalmasum5542 3 жыл бұрын
@@vaelinalsorna1649 Try VirtualBox in Windows OS,Sir. This comment coming from Bangladesh
@codingwithmitch
@codingwithmitch 3 жыл бұрын
@@abdullahalmasum5542 I bought a mac. This reply is coming from Canda
@sodaguy5835
@sodaguy5835 3 жыл бұрын
and the pay is high comparing Android development
@BigCarso
@BigCarso 3 жыл бұрын
I generally recommend the opposite. There just much more learning material available for android
@crjacinro
@crjacinro 3 жыл бұрын
I am a senior android developer and been working with android for almost a decade now. I am about to learn iOS in a couple of weeks and lets see
@k23raj2
@k23raj2 3 жыл бұрын
Please share your view after a weeks
@aclcoy
@aclcoy 3 жыл бұрын
plz share right now
@trishalmandrik1295
@trishalmandrik1295 2 жыл бұрын
Share your experience please.
@crjacinro
@crjacinro 2 жыл бұрын
Went back to Android development. Xcode is just so hard to use coming from IntelliJ
@shaun.august
@shaun.august 3 жыл бұрын
Kotlin and Swift are twins. I love both the languages.
@madalitsophiri3728
@madalitsophiri3728 3 жыл бұрын
i have been watching your tutorials in android development and they are awesome i agree with the fact that android development has a lot of moving parts compared to ios thats why i recently switched to react-native for cross platform development it is much easier and the best part is it is still native apps that come out of the process.its also a the best of both worlds and you can get apps up an running fast too.
@ravinsinghjain6598
@ravinsinghjain6598 3 жыл бұрын
I have been doing dev for ios and Android apps for years and I think ios development is easy but apple can improve a lot with xcode which is not all at par with android studio
@unlokia
@unlokia 2 жыл бұрын
Hilarious. Not so. 
@halahmilksheikh
@halahmilksheikh 3 жыл бұрын
There are some weird quirks for SwiftUI. For example you can't have more than 10 direct children views in a view otherwise Xcode throws a weird, poorly described error. You have to refactor them out. Also AsyncImage (just released for iOS15) does not cache so each time you do a network request for it. There are 3rd party libraries that did this but first party is not perfect. I'm not saying it's quirkier than Android but it has some to be aware of.
@andres-rodriguez
@andres-rodriguez Жыл бұрын
I have always learned the language alone before learning a framework. I like to sprinkle my language learning with unit testing.. just to get a feeliing.. Then framework gets a lot easier to work with since you are passed the first barrier.. I cannot learn a framework and language at the same time.
@user-sk5gc4jf5d
@user-sk5gc4jf5d 3 жыл бұрын
Thank you for sharing your videos. I will definitely consider your Clean architecture course when I get to it.
@vectoralphaSec
@vectoralphaSec Жыл бұрын
Also both are improving significantly since 2018. IOS SwiftUI and Android Jetpack Compose are amazing godsends. It was trash before both those were introduced.
@ChrisAthanas
@ChrisAthanas 3 жыл бұрын
Super refreshing to hear this bc it’s been my experience and I thought I was just dumb
@mouhibsahloul2577
@mouhibsahloul2577 3 жыл бұрын
same xd
@Andy4Tune
@Andy4Tune 3 жыл бұрын
that's exactly what I'm going through right now. It's extremely annoying when after fresh install of AS, instead of developing you have to tinker how to make it work, what's worst even their own code samples don't work as intended. Documentation is outdated, confusing and unhelpful. Constant deprecation and implementation of halfbaked ideas. Changes that make no sense like implementation of viewbinding, databinding when jetpack compose suppose to retire them all. Each release brakes something and forces you to remove something right after installation ??? does that make any sense? One day you learn something and it's gone the next. Hard to keep up with that insanity. One might think that with all the resources at their disposal they should make a coherent and well documented product by now. So anyway, it seems like apple is doing way better work when it comes to software.
@SriHarshaChilakapati
@SriHarshaChilakapati 3 жыл бұрын
Although I share the same opinion as you (I have 3 years of Android Dev experience and 4 months of iOS experience), you can't really compare SwiftUI with XML UIs in Android. And SwiftUI is fairly recent, and a lot of projects are still in UIKit, and some older projects are in Objective-C. Apart from that, Apple generally releases APIs after having put in some thoughts into them. Everything is in standard framework.
@codingwithmitch
@codingwithmitch 3 жыл бұрын
yaya I know I said multiple times I am comparing SwiftUI with "old android" which is not accurate
@WesleyFranks
@WesleyFranks 3 жыл бұрын
Ya got me at “Android develmer” lol. I’d probably make the same mistake with words. I agree though a simple recycler view can be a pain tbh.
@lilpianoboy1993
@lilpianoboy1993 3 жыл бұрын
I agree 100%, however, there's one issue I faced with iOS development as an Android developer, it was extremely complicated to go out of the box and design custom layouts, I worked at a company that required both designs to be almost equal, and it was a nightmare on iOS
@ege-sucu1
@ege-sucu1 3 жыл бұрын
It's easier now since SwiftUI is based on resuable views combined together, so you can easily create custom sub-views to add into the main view. The best thing SwiftUI got rid of is constraints. Those were so damn hard to make pitch perfect.
@vectoralphaSec
@vectoralphaSec Жыл бұрын
Is this still the case in July 2023? A lot has changed since 2 years ago.
@AlanWagoner
@AlanWagoner 3 жыл бұрын
Last time I tried developing on iOS it was using Objective C, and I didn't care for it too much. The way messaging was handled seemed strange. I haven't touched Swift yet, but this video gives me hope. Nice video!
@suauhwang
@suauhwang 2 жыл бұрын
I don't really agree with RecyclerView, the adapter boilerplate is similar in UIKit. Since you use SwiftUI it would be only fair to compare that to Jetpack Compose, and lazy listviews are comparable there. AFAIK Jetpack compose is more stable and production ready than SwiftUI is. But I agree iOS in general is easier by a mile, my main reasons why iOS development is easier than Android: - Amount of components: On Android you have a lot of them: Application, Activity, Fragments, Services, BroadCastReceivers. On iOS it's basically Application And ViewController. - Component Lifecycle: On Android the Lifecycle is so much more complicated, because the are multiple scenarios where a component will get killed or restarted and it's necessary to restore/recover from that. On iOS your ViewController will never get disposed because of memory pressure. - Direct control over the ViewController constructor. On Android Activities/Fragments will get created for you, you can only pass data using limited bundles or over a shared viewmodel, you do not have control over the constructor. On iOS you can pass whatever you need to a ViewController over a constructor or setter and call it a day, the ViewController will never get killed or re-created so there is no need for serialization here. - Limited options: yes iOS has a lot less options when it comes to a lot of system-related things, like notifications are very limited compared to what you can do on Android, same goes for running in the background or picture-in-picture and and and. - Only need to consider the 2 iOS versions: unthinkable in the Android world, but for iOS it's fine to just target the latest 2 iOS versions, since adoption rate of new versions is fast, the 2 latest iOS versions cover most of the ground already. - No Fragmentation: there is a limited amount of devices that need to get tested. On Android you have a lot of different manufacturers and yes it does matter, in production you'll run into bugs left and right that are very specific to a manufacturer or even just one single model. Multiply that with the 6 API versions you should support and you get a exploding number of devices to test with.
@fortisblue
@fortisblue 3 жыл бұрын
wait until you get to coredata and multithreading stuff. I've done both and both fields are complicated in different ways. Both ecosystems are evolving really fast and some new tools are really hard to get used to. Also in Objective-C era ios apps had lower level code comparing to android's java at the time. Now with swift and kotlin it's pretty much on the same level, but swift has more unconventional features that are hard to wrap your head around at first. I'd say android and ios are pretty equal now dev-wise.
@johnforde7735
@johnforde7735 Жыл бұрын
The problem with Kotlin multi-platform is that Kotlin doesn't have the features that Swift has, specifically concurrency features of Swift.
@jccabantoc5680
@jccabantoc5680 2 жыл бұрын
screen in the top left, look at where it says program and click on where it says “aggressive te” and change it to “analog app 1 te”
@natgenesis5038
@natgenesis5038 2 жыл бұрын
SwiftUI is not ready stable for iOS Dev ,so u need UIKit because most of all legacy apps still on UIKit and Obj-C
@yusufmiftahudeen
@yusufmiftahudeen Жыл бұрын
it's true i love you, gradle issue frustrated my life, especially when you are a self learner. self learning is a big waste of time
@shaun.august
@shaun.august 3 жыл бұрын
Coding experience in xCode with Swift UI is dramatically super smooth and swift as compared to Android Studio. While with JetPack's Compose, coding in Studio is going to speed up to a great extent.
@jayshartzer844
@jayshartzer844 3 жыл бұрын
A comprehensive KMM and KMP tutorial in the future would be awesome along with some iOS stuff
@codingwithmitch
@codingwithmitch 3 жыл бұрын
Yep that's coming for sure
@sid4752
@sid4752 3 жыл бұрын
Do you think Swift and Native iOS development will still be in demand with the likes of React Native and Flutter bombarding it?
@pitter6282
@pitter6282 3 жыл бұрын
Render engine problem Theme didnt support with UI component UI didnt reload until run app Restart ☺👍
@ilyasal-rai5294
@ilyasal-rai5294 3 жыл бұрын
probably it is been made easier in swiftUI than android studio and java (or Kotlin) because u dont have to much differences in the os between different devices unlike the android. it is open source and there is way to many devices with so much differences. that need to be considered.
@harveytai3181
@harveytai3181 3 жыл бұрын
your perspective about KMM is awesome
@pstlvictoras
@pstlvictoras 3 жыл бұрын
From my experience with android, to understand all features you really have to take with you some java experience in order to be able to move fast, understand framewok fast(how it works especially in jetpack) without experience in programming I do not recommand to start working for large projects
@Firespirit233
@Firespirit233 3 жыл бұрын
yes, iOS is definitely much easier, I'm doing both.
@tetsuoshiva
@tetsuoshiva 3 жыл бұрын
I thought the same but when I had to do iOS maintenance to an app it was quite difficult, there was some obj c bagagge and it trickled down to the swift apis, then ios12 incompatibility bugs were hard to workaround and the sdk not being open source was a bummer.
@BigCarso
@BigCarso 3 жыл бұрын
Sound more like my experience 😂 give him a few more months
@DevlogBill
@DevlogBill 2 жыл бұрын
Hi Mitch, I am from the JavaScript world, and I did a little bit of Swift today learning Swift and Swift UIKIT and boy Swift is nothing like JavaScript. For example, using CSS with your JavaScript is completely different from Swift. Adding padding with the Swift UI is weird? For example, to add padding you put. .padding() and in JavaScript with CSS you can get really detailed like padding: 0.10; OR padding: 10px 20px; Swift is really different! Also, Swift there is no console.log or document.write it is print("HELLO WORLD") with Swift like python. I think the only similarities I had seen between Swift, and JavaScript was the var when defining a variable. I will continue to learn Swift, but do you feel that there is a huge difference between JavaScript and Swift? I am still fairly new to programming, almost 1 year in using curly bracket languages like JavaScript and PHP and now I jump into Swift, and it is very different. Are there any benefits to learning Swift? Would you say Swift is easier to learn in comparison to JavaScript?
@DevlogBill
@DevlogBill Жыл бұрын
Learning Android Studio now with Kotlin. Spent a couple of months learning Django for the back end creating basic CRUD apps. Next I plan to create an API with Django. Afterwards create an Android application which would make a request to Django. But at this very moment I am learning deeply the Kotlin programming language with IntelliJ and later I will focus on this thing called XML. Thanks Mitch for the videos.
@mominafaraz9924
@mominafaraz9924 2 жыл бұрын
what do I do if my soft doesn't add up to the correct length of the loop? and I have so gap at the end because the notes aren't the
@vinaykumarpatel649
@vinaykumarpatel649 3 жыл бұрын
Does iOS have MVVM architectural pattern?
@ahmedanwer6899
@ahmedanwer6899 3 жыл бұрын
i would still call myself a beginner on android but getting to this point took so much grit from me. on the flipside, deploying to Google Play has WAY less barriers than deploying to App Store and deploying apps i think is part of the fun
@annathedroid8218
@annathedroid8218 3 жыл бұрын
Swift UI is declarative like Jetpack Compose, so if you compare, compare those 2. Recycler view is like Table View from storyboard or xib file. I spend hours to discover I have to drag and drop variable from UI designer to code part of UIController to just display the list. Both parts are very similar. Regarding dependencies XCode has many different popular 3rd party managers for that like cocoapods or carthahe. And of course there is dependency mismatch which can thrown many confusing errors, like linter errors for example. Don't let me even start on provisioning profiles and certificates. First time it took me whole week to just upload an app to the store. Both systems have pros and cons, really neither better or easier.
@blues1337
@blues1337 3 жыл бұрын
Glad to hear things are looking promising.
@nbaua3454
@nbaua3454 3 жыл бұрын
15:01.. You can't do that starts till 15:40, hell yeah that covers my 60-70 percent of work which I need to do platform specific. wow so Kotlin is amazing to fool you for multiplatform, I might move back to Xamarin back again, why need to get in to Kotlin ??? Till date the most perfect but least talked about cross=platform I've seen so far is NativeScript.. We built a enterprise level product for an Insurance domain and were able to use almost 90% of the code without anything changed. I know NativeScript sucks when UI comes in forefront, however its less pain in the end. we got almost 2 months to test the app and covered the UI enhancement while fixing the issues man.
@corpsehasbean8241
@corpsehasbean8241 2 жыл бұрын
Ok and do you got a video for how to load a plugin in to the software ?
@koxonbif
@koxonbif 3 жыл бұрын
app management, store management, signing, building is much easier on Android. Significant when managing many apps.
@seanblahovici6543
@seanblahovici6543 3 жыл бұрын
KMP looks quite interesting, but from what I have understood, if your app relies heavily on multithreaded coroutines (so most modern apps), the KMP MultiThread project isn’t quite ready for prime-time. Also, having written apps on both platforms, I find the code editing & refactoring much easier and flexible on IntelliJ IDE’s like Android Studio. Plus, working with older apps with XCode can sometimes leave you blocked for days from nebulous xcode errors. Of course, if you are starting a brand new app targeting iOS 14, things likely go smoothly. So both platforms really have their ups and downs, but I do agree that iOS is likely easier if you are targeting high IOS versions.
@joshuadiaz1954
@joshuadiaz1954 3 жыл бұрын
I wanted to switch to iOS but shit they still don’t have something similar to coroutines and you can have all of these guards and callbacks laying around.
@DiegoNovati1
@DiegoNovati1 3 жыл бұрын
Swift 6 has async/await: it will be announced at the next WWDC
@bonstanastudios7068
@bonstanastudios7068 3 жыл бұрын
First problem mitch mentions about android I was facing at the moment, 🤦‍♂️. Am having a problem with my gradle, "could not find method dependencyResolutionManagement() in settings.gradle, yet it's there. Somebody help
@icodethis
@icodethis 3 жыл бұрын
As an android developer, my heart is stuck while you are speaking.
@felipefranco7444
@felipefranco7444 3 жыл бұрын
Engamenttttt my friend youre the best i love your vision on everything i proud to pay for your work broo! Greetings from colombia expecting to learn everything about kmm!!
@RanbirSingh-dl9co
@RanbirSingh-dl9co 3 жыл бұрын
Awesome content.❤️..not related to this. Which camera you are using love Bokeh effect.
@codingwithmitch
@codingwithmitch 3 жыл бұрын
Canon eos r
@xpopcornx1747
@xpopcornx1747 3 жыл бұрын
I think the Android documentation is much better. Much of the iOS documentation is in objective c still. Apple also don't have any guidelines for architecture or anything like the weekly now in android show or their tutorials, all they have are talks at wwdc. They also don't have anything as good as leak canary as far as I know, plus you can get retain cycles. But the architecture for iOS I agree is better than Android, since you can do certain things with far less code. You don't have to create services and configure as much, and things like bluetooth are much easier.
@Vkalns
@Vkalns 3 жыл бұрын
I have seen the opposite in my previous employment. iOS was waaayyyy more restricted of what and how you can do things. Android was much better to match requirements (design and functional)
@404errorfilenotfound
@404errorfilenotfound 3 жыл бұрын
Here in America, most companies design for iOS first and Android is forced to follow suit. I spend half of my time arguing w/ design on why it's dumb to implement iOS UI/UX on Android.
@Vkalns
@Vkalns 3 жыл бұрын
@@404errorfilenotfound oh yeah, that brings back memories. We had a client which didn't bother making Android specific designs at all. That was fun times trying to match it for Android
@natansalda
@natansalda 3 жыл бұрын
@@404errorfilenotfound it's same in Europe, from my experience :)
@deepakbisht4957
@deepakbisht4957 3 жыл бұрын
@@404errorfilenotfound this thing is everywhere. They even told me to mimic iOS popups 🤦🤦
@rsajdok
@rsajdok 3 жыл бұрын
Is it possible creating a kmp application on fushia os as flutter does?
@codingwithmitch
@codingwithmitch 3 жыл бұрын
I guess probably if kotlin native supports it
@ApoorvMote
@ApoorvMote 3 жыл бұрын
You convinced me to use native iOS instead of flutter or other similar solutions.
@YogeshLakhotia1
@YogeshLakhotia1 3 жыл бұрын
Subscribed for KMP. It will be great to see D-KMP(SwiftUI + Jetpack compose) as well.
@thearpansircar
@thearpansircar 3 жыл бұрын
I still can't wrap my head around how Kotlin runs natively on iOS.
@djethrak4567
@djethrak4567 3 жыл бұрын
Get your hands dirty
@BigCarso
@BigCarso 3 жыл бұрын
It compiles to ObjectiveC frameworks
@nX-
@nX- 3 жыл бұрын
Your experience with iOS is based on SwiftUI. UIKit is way more complex than any UI framework out there. There are so many ways to do layout with UIKit, which is confusing and overwhelming for a beginner. You can implement UI with code, xibs, storyboards, etc... all of them have a big learning curve, especially coding UIKit with code, you are 10x slower compared with SwiftUI. The recycler view has probably the same complexity or less than a Collection View... it is the same exact problems. What about memory? On android you have GC, easy... on iOS you need to be very careful not to create memory leaks with Ref Cycles or closures... It is not really fair to compare swift UI experience with your Legacy Android experience. You need to have legacy iOS Experience to be able to say that iOS is easier than android 🤦‍♂️ Btw, I've done KMM at scale. It is not easy, unless your team has time for researching and talking with the guys from JetBrains, you will lose a lot of time. The productivity and tools are not mature enough, you have to come up with custom scripts to improve the developer experience, and not to mention the random crashes Kotlin/Native produces on iOS, especially after Kotlin/native updates. The problem is although the code you write for business logic is "almost" the same (you still need to do platform-specific code), they run in different environments. The android code will run on the JVM, on iOS it is Kotlin/Native which is not stable yet, even the memory model is being totally refactored right now... So, for sure KMM is not only roses and sunshine. If you think it will save you time, it won't, the advantage is that your business logic will be the same, so it is good for consistency. Right now that is the only big pro of KMM.
@MobileDeveloper1965
@MobileDeveloper1965 8 ай бұрын
However it is harder to submit an app to the Apple Store
@Firespirit233
@Firespirit233 3 жыл бұрын
it's interesting to compare the kmp with ios native in terms of performance
@riyamehandiarts3065
@riyamehandiarts3065 2 жыл бұрын
make my first ever drum loop. I'm not and expert at soft yet but I have learnt a lot at producing and looking back at my journey, I just
@michealandretis7243
@michealandretis7243 3 жыл бұрын
Dear mitch , first of all , great work with your videos, i love them. Now ,i'm not sure if you already have discussed this in a previous video but you keep saying that asynctask is garbage, would you kindly explain why ? Please do correct me if i'm wrong but newer ways to get stuff asynchronously , eventually ends up creating just another implementation for an async task with callbacks taking twice the time to implement. so.. why the hate? i do know that it often becomes source of memory leak but knowing what you're doing with it pretty much solves the problem and i'm strict about it cause switching languages just because google advises you too isn't smart.. your thoughts :) ?
@codingwithmitch
@codingwithmitch 3 жыл бұрын
Take a look at coroutines my friend and experience bliss
@rupantaradhikary1482
@rupantaradhikary1482 3 жыл бұрын
as a beginner i screw up on things like a lot of way to implement 1 single thing so not able to understand the standard and also issue with dependencies it makes me fustrate
@jopadjr
@jopadjr 3 жыл бұрын
I think you are correct. I have an example. I uploaded my app at Playstore 2 days ago. When I downloaded it, the Google signin is looping. Keeps on asking me to select my google account. But when I connect my phone to my laptop with Android Studio, I don't have issues. Very painful actually to be an Android developer...Hard to keep up with quick changes of the SDKs.
@swasthik4872
@swasthik4872 3 жыл бұрын
I think u have add diff. SHA-1 (or some key) key in Google play console/ Firebase as well for live app.
@jopadjr
@jopadjr 3 жыл бұрын
@@swasthik4872 Thanks mate. Yes, that is same advice I got from StackOverflow. I checked them and is all good. Still having issues. But when I connect Android studio to my phone to install it, it works. The only difference I think I need to try (based on some advice) is replaced the requestIdToken() from Web Application Id in my google API console. I have uploaded it again to Playstore and under review. I'll try if that will work. For your reference : stackoverflow.com/questions/49450140/google-signin-api-exception-10/64827366#64827366
@rinkup2639
@rinkup2639 2 жыл бұрын
1. Android studio gives random & vague errors 2. Multiple library, which are incompatible with each other 3. Bad documentation, which is improving 4. Complex implementation for most used things 5. Less dependency
@juanherrera9521
@juanherrera9521 3 жыл бұрын
Libraries like ktor for the network client and kotlin serialization for parsing will come in handy, since both of these libraries support multiplatform out of the box 📦
@codingwithmitch
@codingwithmitch 3 жыл бұрын
Yep looking at ktor, kotlinx.serialization, kotlinx.datetime, sqldelight
@thetester8371
@thetester8371 3 жыл бұрын
Do you think KMP is possible without using KMM plugin at all? I haven't tried out KMP yet, but I have seen people talk about not using KMM plugin for KMP, since it restricts you to using mac os.
@KETANRAMTEKE
@KETANRAMTEKE 3 жыл бұрын
App development with Android Studio is frustrating. Love Flutter and React Native instead.
@begejekan1244
@begejekan1244 2 жыл бұрын
With Jetpack Compose being released, what are your thoughts now? I heard it modernize Android development alot. I have experience with React and I too get frustrated with (early) Android development.
@deepalipathak688
@deepalipathak688 3 жыл бұрын
This got me excited about KMP!
@alexwhb122
@alexwhb122 3 жыл бұрын
I think I would agree if you are using SwiftUI straight out of the box and not doing really anything technical. But if you are using UIKit I strongly disagree. I'm a Android developer with maybe 7 years of experience, and this year I started working with iOS too. My experience has been that iOS is great until you run into something slightly technical... and then their is essentially no community support and apple does the worst job of documenting anything I've ever seen... at least with Android if you can't figure out what's going on looking at docs you'll have community support and you'll definitely have source code to look at if all else fails. iOS neither of those things are true unless you are working with an OSS library. Also maybe I'm weird, but I think XCode is the biggest pain in the ass IDE I've ever used. It has so many issues I don't know where to start.
@shariqshaikh5715
@shariqshaikh5715 3 жыл бұрын
What do you think about native Android development future?
@codingwithmitch
@codingwithmitch 3 жыл бұрын
Not going anywhere
@shariqshaikh5715
@shariqshaikh5715 3 жыл бұрын
@@codingwithmitch but there is flutter some people say it will replace android in future?
@sidique5269
@sidique5269 3 жыл бұрын
@@shariqshaikh5715 How you are going to support the enterprise android apps in flutter? and thousands of apps that are already build in native android or IOS platform and no one can change their entire code base into flutter or react native
@omzer97
@omzer97 3 жыл бұрын
Great video (as usual) How was your experience with MacOS?
@DevlogBill
@DevlogBill Жыл бұрын
Hi Mitch, I’ve been learning and creating projects for 1 with JavaScript for web development and also React with PHP for 1 year and Recent I switched to Android and Kotlin. I noticed since day 1 learning Android all I’ve had is errors. Whether it is from Gradle not being able to build or some other error I’ve never even heard of!!! How did you manage to get past these errors and figure out Android Studios? Wow Android is hard to figure out!!! Also, is there a way to run Android offline? I think you need a dedicated Wi-Fi connection, am I correct in thinking this???
@codingwithmitch
@codingwithmitch Жыл бұрын
Android is notoriously difficult. Keep googling my friend. You'll figure it out.
@DevlogBill
@DevlogBill Жыл бұрын
@@codingwithmitch thank you
@nikinsk
@nikinsk 3 жыл бұрын
Yeah man it's true, I had to spend a lot of time fixing a tiny bug Android Studio
@IamTheGreatCornholioo
@IamTheGreatCornholioo 10 күн бұрын
Try to develop a more complex app than a calculator, mp3 player or visit card, SwiftUI is bugged trash and it's easier to program the same for Android. In Android you write more code but it then just WORKS
@999NRG
@999NRG 3 жыл бұрын
What do you think about flutter?
@124mun
@124mun 3 жыл бұрын
Recyclerview seems complex because you can tweak and turn things to make it work the way you want to and the sky is the limit. Love android development.
@codingwithmitch
@codingwithmitch 3 жыл бұрын
That is true but why can't you have both
@johnybaby9574
@johnybaby9574 3 жыл бұрын
i think you can say "faster" in build time, "simpler" in making uis. actually i also think it's easier than android however if you go deeply, i think everything is difficult and hard to compare which is easier because there is no finish line
@TZCoder
@TZCoder 3 жыл бұрын
Even the old non SwiftUI way is much cleaner in iOS with TableViews and what not. There is simply a big list of things iOS devs dont have to think about things just work for the most part. XCode can be a beast though and publishing is crazy complicated.
@devsirat
@devsirat 3 жыл бұрын
I came to Android from an Angular/.Net background and the first thing to hit me was how shitty the dependency injection is and how tedious it is to add project dependencies. They really could have learned something from their Angular team
@yogeshmishra1726
@yogeshmishra1726 2 жыл бұрын
The gradle headache is the one thing why I'm thinking of switching to full stack web developer
@nitinteja7119
@nitinteja7119 3 жыл бұрын
Please tell me what is the best place to start learning IOS development as you are in the same road.
@djethrak4567
@djethrak4567 3 жыл бұрын
Do you think KMP will gain ground like flutter because I don't see a lot of people rooting for it, like they did for flutter. I am Learning it though but I am still waiting for your first KMP tutorial. Thank you very much man, you have really helped me in my dev journey 👌
@codingwithmitch
@codingwithmitch 3 жыл бұрын
I think KMP is awesome and would be very surprised if it didn't gain a lot of traction in the coming year
@djethrak4567
@djethrak4567 3 жыл бұрын
Oh great Thank you very much for responding
@localhost3662
@localhost3662 3 жыл бұрын
Netflix is using KMM for their app. I have been playing with KMM for a while now and in IMO it is going to be the standard going forward. All the devs that i know and worked with don't wanna learn flutter and others and the same for me as well. There are still a few issues with KMM especially related to ios (coroutines do not work in ios), but thanks to dev communities, there is a work around for it.
@djethrak4567
@djethrak4567 3 жыл бұрын
@@localhost3662 Nice I think I will invest more time in learning it now Thank you very much for your insight
@enossalar8837
@enossalar8837 3 жыл бұрын
Is it possible to master both platforms in native?
@MiddleEasternInAmerica
@MiddleEasternInAmerica 2 жыл бұрын
I used Angular JS (developed and maintained by Google) for years. And honestly, it was a nightmare. The yearly release looked like a totally different product.
@josesilva-rodriguez5088
@josesilva-rodriguez5088 3 жыл бұрын
I've found that iOS development is easy, but there is some trade offs. The gradle can be a pain in the butt. Every time I have to checkout iOS's repository I've had to run cocoa pods on a command line. They also have those weird settings on the profile that if are incorrect you'll be running around in circles. Maps have also been a bit of a pain to work as well.
@chovuse
@chovuse 3 жыл бұрын
I hear the UIKit is more complex than SwiftUI.
@ayodejiadesuyi2248
@ayodejiadesuyi2248 3 жыл бұрын
Great video as always. I do have a request / question(Non Related to Video) I have this WebMD platform that uses Twilio Voice. Having serious difficulties implementing the call notification when app is killed. Wondering how the likes of whatsapp does it. Pls help
@codingwithmitch
@codingwithmitch 3 жыл бұрын
No idea
@mbakos
@mbakos 2 жыл бұрын
Mitch, as an experienced android developer, how did you start with iOS?
@mrt7366
@mrt7366 3 жыл бұрын
Which do you think will be will be a "cross-platform standard" in the years to come, Flutter or Kotlin Multiplatform Mobile?
@codingwithmitch
@codingwithmitch 3 жыл бұрын
Kmp seems like the way to me
@matt-g-recovers
@matt-g-recovers 3 жыл бұрын
At a quick first glance, it looks quite a bit easier! (Android engineer but with my first Macbook on my current project thought to give it a shot) Swift is pretty clean code too, I like the C-style syntax and it looks like a declarative Kotlin / Compose style. Not changing any time soon :)...just love Android way too much but iOS development is pretty slick.
@GB-nn2cx
@GB-nn2cx 3 жыл бұрын
Cross platform app development platforms suit well for small to medium sized projects. In large projects with huge code base KMM is the right solution.
@nguyenhuuthinh5014
@nguyenhuuthinh5014 2 жыл бұрын
not know , but just know you've affected my life, and apparently tens of thousands of others, in an imnsely positive way. Thank you
@gosumdouch736
@gosumdouch736 2 жыл бұрын
Mitch, How to learn iOS dev in your case? I think that iOS learning materials are lacking compared to Android. I think that iOS learning materials are lacking compared to Android.
@argahutama
@argahutama 3 жыл бұрын
Can't wait stable version of KMM
Flutter vs Native Android / iOS (WHICH DO I LEARN?!)
41:51
CodingWithMitch
Рет қаралды 100 М.
Kotlin Coroutines Beginner Example (Android)
23:12
CodingWithMitch
Рет қаралды 159 М.
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
How to treat Acne💉
00:31
ISSEI / いっせい
Рет қаралды 108 МЛН
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН
DO NOT do this in a Software Engineering Interview
7:59
CodingWithMitch
Рет қаралды 9 М.
Why I *highly dislike* iOS Development
10:38
mayuko
Рет қаралды 351 М.
I Built a Cross Platform App with Kotlin (Kotlin Multiplatform) (VLOG)
19:48
How to become an iOS developer in 2021
53:33
Paul Hudson
Рет қаралды 168 М.
How to Become a Mobile Developer
11:27
Kenny Gunderman
Рет қаралды 453 М.
iOS Developer 2023 Roadmap to GET A JOB
11:13
Dave Jacobsen
Рет қаралды 98 М.
The FULL Beginner to Pro Roadmap for Android Development in 2023
10:47
Philipp Lackner
Рет қаралды 275 М.
From Physics Student to Software Engineer
6:22
CodingWithMitch
Рет қаралды 12 М.
Model View View-Model (MVVM): Getting Started
29:12
CodingWithMitch
Рет қаралды 399 М.
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН