Converting Java to iOS [closed]

时光总嘲笑我的痴心妄想 提交于 2019-12-06 00:53:00

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!