Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi....
I developed an application in android. I want the same application on iPhone. Is there any methods to convert this android application into iPhone application? Otherwise I have to develop it separately.
Thank you...
Posted
Updated 20-Jul-17 21:33pm

Android is usually built with the java like language, on the IPhone you do your coding in ObjectiveC. Obviously these are completely different entities, so you cannot share code and logic between them.

You can look into "generic" solutions like MonoDroid, MonoTouch which share .net style coding, or you can go towards "phonegap" like HTML5 style cross platform solutions.
 
Share this answer
 
Comments
Wendelius 25-Aug-12 15:03pm    
Good answer
Mehdi Gholam 25-Aug-12 15:05pm    
Cheers Mika!
There is no direct conversion from Java to Objective-C or Swift. You need to write it from the scratch for most part of it. As your XML based views can't be converted to storyboard or XIBs you need to rewrite your UI Views also.
 
Share this answer
 
Comments
Kats2512 21-Jul-17 4:28am    
Highly doubt that after 5 years the OP would be looking for a solution.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900