关于钛加速器的一个小疑问?

发布于 2024-10-19 19:57:08 字数 190 浏览 3 评论 0原文

我正计划使用钛。

我想知道“同源政策”是否可以通过使用钛来消除。

钛有什么缺点吗?

请推荐一些跨平台..

请留下一些建议..

谢谢,

i'm planning on working with titanium.

i want to know if "Same origin policy" can be eliminated by using titanium.

are there any drawbacks in titanium?

please recommend some cross-platforms..

please do leave some suggestions..

Thank you,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

短叹 2024-10-26 19:57:08

SOP 特别用于 HTTP。所以它不涉及钛,因为它只使用 javascript 作为“本地”语言,“翻译”成 xcode。最后你得到了一个简单的 xcode 项目和一个 .app 文件。

我将它用于一个相当复杂的应用程序,并且运行良好。我需要添加一些功能作为用 objC 编写的模块,因为该框架不像本机 objC 那样持续关注 iphone API,但效果很好。

SOP is especially used for HTTP. So it doesn't concern titanium since it only use javascript as "local" language that is "translated" into xcode. at the end you got an simple xcode-project and an .app file.

i use it for a quite complex app and it works fine. i needed adding some features as module written in objC since the framework isn't as ongoing concering the iphone API as the native objC, but that worked out fine.

紅太極 2024-10-26 19:57:08

既然你问的是钛的缺点..这就是..

  1. 我不会说它是跨平台的。与在 Windows 中开发的应用程序相比,即使是我的 Android 应用程序在 Mac 中的外观也会有所不同。

  2. 并非所有功能都适用于 Android 和 iPhone。有些会部分地作用于另一个。
    Ti 是有偏见的,Android 开发者总是落后。

  3. 此外,如果您像我一样开发 Android 应用程序,您将面临很多问题,而且 Kitchen Sink 并不总是有效。 Ti 中的 Android 开发非常糟糕,预计会发现很多错误。

  4. 到目前为止,通讯录 API 尚未完成(版本 1.60)。我什至无法获取联系人电子邮件和电话号码!

  5. 没有蓝牙支持

  6. 我花了很多时间“调试”并等待模拟器,而不是认真编码。
    API 参考和 QA 会有所帮助,但问题多于答案。

  7. Ti 甚至没有像 IDE 那样的适当的调试功能。确保花大量时间来了解它是如何工作的。我很难找到好的资源来启动。

  8. 内存问题和泄漏非常常见。

  9. 渐变在 Android 中不起作用(使用图像代替)

  10. 最后一件事,文档真的很糟糕!

(尽管如此,我仍然喜欢 Ti)

Since you are asking for the drawbacks of Titanium.. here it is..

  1. I would not say that it's cross platform. Even my android app will look different in my Mac compared to the one developed in Windows.

  2. Not all functions will work on Android and iPhone. Some will partially work on the other.
    Ti is a biased and Android Developer are always left behind.

  3. Also, if you are developing an Android app like me, you will be facing a lot of problems and Kitchen Sink will not always work. Android development in Ti is very bad and expect to find a lot of bugs.

  4. Contacts API is not even complete as of now (Version 1.60) . I can't even get the contacts email and phone number!

  5. No Bluetooth support

  6. I spent a lot of hours "debugging" and waiting for the emulator rather than serious coding.
    API refence and the QA will help a bit but there are more questions than answers.

  7. Ti doesn't even have a proper debugging features as well as IDE. Make sure to dedicate a lot of hours in knowing how it works. I have a hard time finding a good resources to start.

  8. Memory Problem and Leaks are very common.

  9. Gradients will not work in Android (use image instead)

  10. and last thing, Documentation really sucks!

(but still I love Ti despite all of the above)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文