Is there any library that can be used to convert Android java code to iOS ? Please if more than one enumerate the advantages.
There is J2ObjC from Google to achieve this.
check this project from Google http://google-opensource.blogspot.com.es/2012/09/j2objc-java-to-ios-objective-c.html, this is the only one that I here about. I make a few test a time ago and the result was not so good.
use J2ObjC
The open-source tool, which automatically converts Java source code into the Objective-C language that is used in native iPhone and iPad apps
You might wanna have a look at J2Objc.it is an open-source command-line tool from Google that translates Java code to Objective-C for the iOS (iPhone/iPad) platform.
来源:https://stackoverflow.com/questions/13308404/converting-java-to-ios