Create a mobile app with three programming language | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Create a mobile app with three programming language

So i have a friend, and he said that he create a iot mobile aplication using 3 programming language (Java ,kotlin , dart), i don't have knowledge about creating software with multiple language and mobile development(i learn about desktop and game),so for confirmation,is it possible create ONE mobile aplication using Java,kotlin,and dart at once? I'm sorry if i ask a such stupid question Thank you

11th Nov 2020, 1:39 PM
Alpha
Alpha - avatar
4 Answers
+ 2
Trend is to code multiplatform mobile app with one code base. For example, Flutter with Dart. Here is a video introducing and comparing different tech stacks: Mobile app development choices https://youtu.be/4m7msadL5iA
11th Nov 2020, 1:55 PM
Gordon
Gordon - avatar
+ 2
Anything is possible, but you would need a good reason to mix them to make up for the difficulty to do so. Kotlin and Java are designed to interoperate. Dart will not be easy to add into the mix. But, if half your code existed in Dart and you have exising code in Java or Kotlin, it would be easier to interface them over recoding either side.
14th Nov 2020, 1:25 AM
John Wells
John Wells - avatar
0
Using Java, Kotlin, and Dart together.. the answer is NO.. For a single app only one language is required to built an app. He/She might be using some other languages in the backend, but on the front-end any one language is sufficient.
11th Nov 2020, 1:55 PM
Blue!!
Blue!! - avatar
- 1
No choose one for a single app
11th Nov 2020, 4:59 PM
George S Mulbah II
George S Mulbah II - avatar