Wanted: offline IDE for developing Html / JavaScript on Android tablet [closed]

时光毁灭记忆、已成空白 提交于 2019-12-02 19:01:39
Dve

You could use the online IDE. It's the Mozilla project that started out as Bespin a few years ago.

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.

There are even ways of running it in offline mode.

Try WebBaster's HTML Editor from Android Market (Pro version) The IDE has syntax highlighting, code-completion and quick preview

Lite version is also available in Android Market

maybe an online editor like ACE (former Mozilla bespin/skywriter)?

Well, I would go with vim (dont forget to read the blog post about this Android version and this little tutorial with another solution) with zencoding plugin. But I'm a little biased since I use vim daily for development and I'm already used to it's modal approach.

It's a good opportunity to learn a new editor nonetheless, and understand why the hell these nutheads use vi.

There's a good post about vim as well, with some plugins for web development. Beware though that a lot may not work in your Android environment.

Ari

I had the same problem. You should try some text editors:

  • TextWarrior
  • JecEditor
  • Jota Edit
  • Touchqode
  • Silver Edit
  • etc.

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.

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

AlexAndR

You can looks for Android Scripting.

I wrote simple JS solutions on it.

рüффп

Perhaps this post can give you some path to an answer: Is possible install Eclipse IDE in a Galaxy Tab?

It looks the JVM is not ported yet on such platform.

Remember the Java technology is portable to any system as long a JVM exists for that platform (OS + CPU type).

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... )

The Eclipse foundation started a project, too. It's called Orion and currently in Open Beta. It's ment to develope JavaScript and HTML and it has a build-in git repo.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!