Wanted: offline IDE for developing Html / JavaScri

2019-03-09 11:05发布

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?

I only need the IDE for: html, css, jQuery / JavaScript (other languages would be cool though).

Clarification: The development takes place on the tablet, so the IDE must run on the tablet.

I would like to do some JSFiddle-like stuff when I'm travelling by train, that's why I need a offline editor.

8条回答
The star\"
2楼-- · 2019-03-09 11:51

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

查看更多
Anthone
3楼-- · 2019-03-09 11:55

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.

查看更多
登录 后发表回答