which one is best to learn for app development kotlin or flutter? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

which one is best to learn for app development kotlin or flutter?

I am confused to choose the language between kotlin and flutter . I work on android studio and make a app but it only work for android mobile not for IOS .so i want to learn new language which work on both the platform.

24th Feb 2022, 7:01 AM
Shivani
Shivani - avatar
2 Answers
+ 2
If you want something that works on both. You can use Flutter/Dart, React Native/Typescript or Capacitor. I have personally used React Native. It can be a pain in the ass sometimes but it works for both Android and iOS. Flutter would of course also work. I am more interested in Capacitor though. It's for Web Native Apps. Basically your UI is a Web App. Capacitor works with React JS and Angular. So you can choose either framework. Then the App behaves as a backend to server native libraries to the Web App. This one is truly cross platform thanks to its simplicity in design. You can use Capacitor to build Web Apps, Mobile Apps and MAC/Windows/Linux Apps with exactly the same code base. Flutter and React Native uses native widgets. They will have higher performance then Capacitor. But not having to deal with the issues of using native UI components on two different platforms makes Capacitor very attractive. And at the end. Phones are fast enough that the slight difference doesn't matter.
24th Feb 2022, 8:16 AM
Mustafa A
Mustafa A - avatar
0
I think it's in one of his posts: https://www.sololearn.com/Profile/2386927/?ref=app
24th Feb 2022, 7:11 AM
NEZ
NEZ - avatar