问题
Is there any library that can be used to convert Android java code to iOS ? Please if more than one enumerate the advantages.
回答1:
There is J2ObjC from Google to achieve this.
回答2:
There are two nice tools available which will be useful for those who work on both Android as well as iOs
Java to Objective c converter click here to visit.
Objective c to Java converter click here to visit.
回答3:
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.
回答4:
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
回答5:
Yes J2ObjC. Google developed.
http://code.google.com/p/j2objc/
http://www.androidcentral.com/google-develops-tool-translate-java-ios-friendly-objective-c-code
回答6:
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