由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 有人用过J2Obc吗?
相关主题
想成为Mobile App Developer要学些啥?aspx网页现在到底流行不? (转载)
湾区IOS培训与提高?把我的Admin Tool彻底port到Web上了 (转载)
受不了拉 - 技术发展太快!!! 学啥才不过时? (转载)C, C++, Java, C#, Objective-C,
[合集] C++ question -- how to save objects大牛说说该用dart还是node?
javascript才是未来发展的方向王垠:我和 Google 的故事(2015 修订版) (转载)
在java里面无法创建7M个Long type的LinkedList? (转载)windows下面的c++有什么免费的好用的ide?
问问开发ios的,有用C++来组织代码的么?Does C++ have serializer and deserialzier
iphone 程序开发没我想象的那么容易exe file compild by C++ cannot be run by another computer
相关话题的讨论汇总
话题: ios话题: android话题: java话题: google话题: j2objc
进入Programming版参与讨论
1 (共1页)
s********k
发帖数: 6180
1
据说Google那个inbox就是用这个把Android直接转换成IOS平台?
ET
发帖数: 10701
2
researched a few years ago. it works well for generating iOS foundation kit.
not sure if Google has extended it to support more ioS frameworks.

【在 s********k 的大作中提到】
: 据说Google那个inbox就是用这个把Android直接转换成IOS平台?
s********k
发帖数: 6180
3
这个的翻译质量怎样?如果想快速port一个iOS from Android合适不

kit.

【在 ET 的大作中提到】
: researched a few years ago. it works well for generating iOS foundation kit.
: not sure if Google has extended it to support more ioS frameworks.

ET
发帖数: 10701
4
2ObjC is an open-source command-line tool from Google that translates Java
code to Objective-C for the iOS (iPhone/iPad) platform. This tool enables
Java code to be part of an iOS application's build, as no editing of the
generated files is necessary. The goal is to write an app's non-UI code (
such as data access, or application logic) in Java, which is then shared by
web apps (using GWT), Android apps, and iOS apps.
J2ObjC supports most Java language and runtime features required by client-
side application developers, including exceptions, inner and anonymous
classes, generic types, threads and reflection. JUnit test translation and
execution is also supported.
What J2ObjC isn't
J2ObjC does not provide any sort of platform-independent UI toolkit, nor are
there any plans to do so in the future. We believe that iOS UI code needs
to be written in Objective-C or Objective-C++ using Apple's iOS SDK (Android
UIs using Android's API, web app UIs using GWT, etc.).
http://j2objc.org/

【在 s********k 的大作中提到】
: 这个的翻译质量怎样?如果想快速port一个iOS from Android合适不
:
: kit.

d****i
发帖数: 4809
5
你这个想法是错误的,在哪个平台上写程序,就老老实实用哪个平台的工具,iOS的话
就用Object C,又不难,和C, C++, Java差不太多,都是C类语言。

【在 s********k 的大作中提到】
: 据说Google那个inbox就是用这个把Android直接转换成IOS平台?
1 (共1页)
进入Programming版参与讨论
相关主题
exe file compild by C++ cannot be run by another computerjavascript才是未来发展的方向
求助: 关于用VC做user interface在java里面无法创建7M个Long type的LinkedList? (转载)
如何在VC++下把raw图像快速写到硬盘里呢?问问开发ios的,有用C++来组织代码的么?
看了这篇文章,脑子有点不够用了iphone 程序开发没我想象的那么容易
想成为Mobile App Developer要学些啥?aspx网页现在到底流行不? (转载)
湾区IOS培训与提高?把我的Admin Tool彻底port到Web上了 (转载)
受不了拉 - 技术发展太快!!! 学啥才不过时? (转载)C, C++, Java, C#, Objective-C,
[合集] C++ question -- how to save objects大牛说说该用dart还是node?
相关话题的讨论汇总
话题: ios话题: android话题: java话题: google话题: j2objc