Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

TehFalcon

macrumors 65816
Original poster
Jan 6, 2011
1,134
1,094
United States
Hey devs, very new to coding and want to see if theres any tips on getting started with Porting a Java written android app to iOS. The app is already open source
 
Unless it’s a very tiny app that will be a massive undertaking.

You would need to fully understand the app both in architecture and intent. Then convert that logic not just to swift but to the relevant frameworks in iOS sdk. UIKit, AvKit, MapKit etc. and some things will be impossible to do the same way so you need to find functionally equivalent ways.
 
If the app is pretty simple, I’d suggest:
- rewriting in SwiftUI
- rewriting in web technologies and use something like CapacitorJS
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.