通缉:用于在 Android 平板电脑上开发 Html / JavaScript 的离线 IDE
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5934518/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Wanted: offline IDE for developing Html / JavaScript on Android tablet
提问by Kees C. Bakker
In have a Motorola Xoom tablet and I would like to use it to develop some small Html / Css / JavaScript / jQuery applications. **Does anyone know a good IDE to do web development on Android?
我有一台摩托罗拉 Xoom 平板电脑,我想用它来开发一些小的 Html/Css/JavaScript/jQuery 应用程序。**有谁知道在 Android 上进行 Web 开发的好 IDE?
I only need the IDE for: html, css, jQuery / JavaScript(other languages would be cool though).
我只需要 IDE 用于:html、css、jQuery/JavaScript(不过其他语言会很酷)。
Clarification: The development takes place onthe tablet, so the IDE must run onthe tablet.
I would like to do some JSFiddle-like stuff when I'm travelling by train, that's why I need a offlineeditor.
澄清:发展发生于平板电脑,所以IDE必须运行于平板电脑。
我想在坐火车旅行的时候做一些类似 JSFiddle 的东西,这就是为什么我需要一个离线编辑器。
采纳答案by Dve
You could use the online IDE. It's the Mozilla project that started out as Bespin a few years ago.
您可以使用在线 IDE。这是几年前以 Bespin 开始的 Mozilla 项目。
I've been playing with it for a while, and I am quite impressed with how well it works. And it hooks right into github.
我已经玩了一段时间了,它的工作原理给我留下了深刻的印象。它直接连接到 github。
There are even ways of running it in offline mode.
甚至有在离线模式下运行它的方法。
回答by Alister Ashley
Try WebBaster's HTML Editor from Android Market(Pro version) The IDE has syntax highlighting, code-completion and quick preview
从Android Market试用 WebBaster 的 HTML 编辑器(专业版)IDE 具有语法高亮、代码完成和快速预览功能
Lite version is also availablein Android Market
Android Market也提供精简版
回答by Alister Ashley
回答by GmonC
Well, I would go with vim(dont forget to read the blog postabout this Android version and this little tutorialwith another solution) with zencodingplugin. But I'm a little biased since I use vim daily for development and I'm already used to it's modal approach.
好吧,我会使用带有zencoding插件的vim(不要忘记阅读有关此 Android 版本的博客文章和带有另一个解决方案的小教程)。但是我有点偏见,因为我每天都使用 vim 进行开发,而且我已经习惯了它的模态方法。
It's a good opportunity to learn a new editor nonetheless, and understand why the hell these nutheads use vi.
尽管如此,这是学习新编辑器的好机会,并了解这些疯子为什么使用 vi。
There's a good post about vimas well, with some plugins for web development. Beware though that a lot may not work in your Android environment.
还有一篇关于 vim的好文章,其中包含一些用于 Web 开发的插件。请注意,很多可能在您的 Android 环境中不起作用。
回答by Ari
I had the same problem. You should try some text editors:
我有同样的问题。您应该尝试一些文本编辑器:
- TextWarrior
- JecEditor
- Jota Edit
- Touchqode
- Silver Edit
- etc.
- 文字战士
- 编辑器
- Jota 编辑
- 触摸码
- 白银编辑
- 等等。
The first 2 support multiple charsets and syntax highlighting. You can use andFTP as client if you work on remote servers. On LAN you can also flash a custom kernel to your device with cifs support, or load the cifs.ko module if you have root access, and mount the shared folder on the local filesystem (like mapping a network drive) for easier access to the files.
前 2 个支持多个字符集和语法突出显示。如果您在远程服务器上工作,则可以使用 andFTP 作为客户端。在 LAN 上,您还可以使用 cifs 支持将自定义内核闪存到您的设备,或者如果您具有 root 访问权限,则加载 cifs.ko 模块,并将共享文件夹挂载到本地文件系统(如映射网络驱动器)以便更轻松地访问文件。
Another idea is to load Ubuntu on your device via chroot method, and use it connecting vnc to localhost, then you can use the arm ports of your favorite software, like geany, firefox, etc. Saludos
另一个想法是通过 chroot 方法在您的设备上加载 Ubuntu,并使用它将 vnc 连接到 localhost,然后您就可以使用您喜欢的软件的 arm 端口,例如 geany、firefox 等。
回答by AlexAndR
You can looks for Android Scripting.
您可以查找Android Scripting。
I wrote simple JS solutions on it.
我在上面写了简单的 JS 解决方案。
回答by рüффп
Perhaps this post can give you some path to an answer: Is possible install Eclipse IDE in a Galaxy Tab?
也许这篇文章可以为您提供一些答案的路径:Is possible install Eclipse IDE in a Galaxy Tab?
It looks the JVM is not ported yet on such platform.
看起来 JVM 还没有移植到这样的平台上。
Remember the Java technology is portable to any system as long a JVM exists for that platform (OS + CPU type).
请记住,只要存在适用于该平台(操作系统 + CPU 类型)的 JVM,Java 技术就可以移植到任何系统。
But honestly, even with a full portability of the Eclipse IDE, I doubt the performance would be enough to be usable in the real programming task on the actual tablets (e.g. The samsung Galaxy Tab have a 1Ghz processor only... )
但老实说,即使 Eclipse IDE 具有完全可移植性,我怀疑其性能是否足以用于实际平板电脑上的实际编程任务(例如,三星 Galaxy Tab 仅具有 1Ghz 处理器......)