Avatar of suppi2014
suppi2014
 asked on

iOS application development

I would like to know the whether I can find any online programmers to convert an android s/w into iOS based application.
Apple OSApple HardwareApple Software

Avatar of undefined
Last Comment
Eoin OSullivan

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Michael Dyer

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
SOLUTION
Eoin OSullivan

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
suppi2014

ASKER
I have this application built in java. I can share what functionality is required but not the source code. I am just trying to find out if there is any app converter which can take the current java source code for Android and generate that into iOS compatible. Actually I am little greedy here to have this into windows 8 as well...
Eoin OSullivan

If it is a native java Android app then you are not going to have much joy in converting it to iOS which uses Objective-C.  There is very little portability between the two and if you are planning to have a cross-platform app then it makes sense to start with a clean sheet and use a framework that can compile an Android and iOS app.

Frameworks that support Android and iOS include
Corona - http://coronalabs.com/products/corona-sdk/
Titanium - http://www.appcelerator.com/titanium/
MoSync - http://www.mosync.com/
there are many others .. some which are more focused on web-based mobile apps like PhoneGap (http://phonegap.com/)
Your help has saved me hundreds of hours of internet surfing.
fblack61