Objective C 到 Java Android
我必须使用 Objective C 代码并将其翻译成 Android 的 Java。实际上,我以前从未使用过 Objective C,翻译代码确实让我头疼,因为它与 Java 真的不同(对我来说是语法)。可以任何人都可以帮我翻译一下,或者帮助我理解代码的作用……我不明白。
提前致谢!!!
这是我需要翻译的代码:
编辑:代码已删除。
I have to use an Objective C code and translate it into Java for Android.Actually I've never use Objective C before and it's really gives me headache to translate the code,because it's really different from Java (for me as syntax).Can anyone help me a little with the tranlate or help me to understand what the code is doing..I can't get the idea.
Thanks in advance!!!
Here is the code that I need to translate:
EDIT : Code is removed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定你的要求。但这可能会有所帮助。
您可以将 obj-c 代码转换为 c 并使用 android NDK
http://marakana。 com/forums/android/examples/49.html
上面是从 android 应用程序调用 c 代码的示例。
Im not sure about you requirement. But this might be some help.
You could convert you obj-c code to c and use the android NDK
http://marakana.com/forums/android/examples/49.html
The above is an example to call c code from android apps.