Do they start from scratch when develop on another platform for the same app? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Do they start from scratch when develop on another platform for the same app?

If an app developer decided to build an app for Android and an iOS, do they build it from scratch even if they have a completed version on another platform? Since one is using Java and another is using Swift?

28th Sep 2018, 12:20 AM
Vosen Chen
Vosen Chen - avatar
3 Answers
+ 2
If you want to support ios and android, you will have to use frameworks like flutter or react native.
28th Sep 2018, 7:15 AM
'Paul
'Paul - avatar
+ 2
Ionic and react native are very popular and often used. Flutter has not been around very long and does not have such a large community yet.
28th Sep 2018, 12:15 PM
'Paul
'Paul - avatar
0
Paul thanks for answering, are flutter and react native the common way to go for?
28th Sep 2018, 8:30 AM
Vosen Chen
Vosen Chen - avatar