Converting Java to iOS [closed]

梦想与她 提交于 2019-12-04 06:27:32

There is J2ObjC from Google to achieve this.

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.

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.

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