简体   繁体   English

Apple Dashcode 的替代品

[英]Alternative To Apple Dashcode

I've been using Apple Dashcode for some months while I was building iOS WebApps, but when I tried to use the same code on Android and it won't work.在构建 iOS WebApps 时,我已经使用Apple Dashcode几个月了,但是当我尝试在 Android 上使用相同的代码时,它就不起作用了。 So I'm looking for an alternative that has the same power and simplicity of Dashcode, but it's cross-platform.因此,我正在寻找一种与 Dashcode 具有相同功能和简单性的替代方案,但它是跨平台的。 Any suggestions?有什么建议么?

I've already tested Adobe Dreamweaver CS5.5, but it isn't WYSIWYG as Dashcode, where you can drag things into the preview.我已经测试过 Adobe Dreamweaver CS5.5,但它不是所见即所得的 Dashcode,您可以在其中将内容拖到预览中。

Sencha Touch will give you a basic build and then you can target different devices. Sencha Touch 会给你一个基本的构建,然后你可以针对不同的设备。 This is essentially JavaScript framework but you need to "learn" the framework这本质上是 JavaScript 框架,但您需要“学习”该框架

IuI and JQuery mobile are JavaScript libraries that you can use over the top of html and css. IuI 和 JQuery mobile 是 JavaScript 库,您可以在 html 和 ZC7A628CBA22E28EB167B 的顶部使用它们。 However none of these have the same sort of IDE that Dashcode has although i believe Sencha is working towards one so you are into hand cranking the code.然而,这些都没有与 Dashcode 具有相同类型的 IDE,尽管我相信 Sencha 正在朝着一个方向努力,因此您可以手动启动代码。

I am slightly surprised that you say the Dashcode doesn't work on Android as i have written apps (web based) that work on both and underneath Dashcode is just html/css/javascript.我有点惊讶你说 Dashcode 不能在 Android 上运行,因为我已经编写了可以在 Dashcode 和下面运行的应用程序(基于 Web)只是 html/css/javascript。 Maybe try Daschcode without the Apple libraries and use JQuery Mobile to replace??也许在没有 Apple 库的情况下尝试 Daschcode 并使用 JQuery Mobile 替换? I have not tried that but had reports that it can be done.我没有尝试过,但有报告说可以做到。

You could also look at Sproutcore and Cappuccino, again JavaScript frameworks.你也可以看看 Sproutcore 和 Cappuccino,同样是 JavaScript 框架。 However both have Apple associations.然而,两者都有苹果协会。 Cappuccino is called Objective-J and it looks like Objective-C and Sproutcore was used to build Apples Mobile Me interface but both have moved on since then. Cappuccino 被称为 Objective-J,它看起来像 Objective-C 和 Sproutcore 用于构建 Apples Mobile Me 界面,但从那时起两者都继续前进。 Cappuccino has a GUI IDE but not sure on Sproutcore.卡布奇诺有一个 GUI IDE 但不确定在 Sproutcore 上。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM