How do you port Android to iOS and vice versa? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 14

How do you port Android to iOS and vice versa?

build for Android first? separate development teams? swift first? if your goal is to have a mobile app on both is there a process that makes sense or a shortcut to make the other?

27th Apr 2017, 12:10 PM
‎‏‎‏‎Joe
‎‏‎‏‎Joe - avatar
3 Answers
+ 10
there are usually ides and stuff that have that. unity has that for gamedev, for example
27th Apr 2017, 1:04 PM
Ahri Fox
Ahri Fox - avatar
+ 2
If you don't require fully native apps, maybe a cross-platform framework will do the trick. See https://www.sololearn.com/Discuss/347474/ for a list.
28th Apr 2017, 6:21 PM
Free Boro
Free Boro - avatar
0
There are two common approaches: 1. Program the app once for Android and once for iOS. This is often used by big companies because they want their app to be optimized for both operating systems. 2. Use a framework programmed by other people in which you can code and this framework outputs to both Android and iOS. Such are Electrode, Unity and more.
3rd Jan 2018, 8:22 PM
Lil Taco
Lil Taco - avatar