I don't know if this is the right place to ask this question, so if I'm wrong please redirect me to the right StackExchange site.

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 3+? (3.1, 3.2 or 4 (ICS))

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.

link|improve this question
2  
Maybe you should be extremely specific when you asking such a special question... as you see in the answers, it wasn't clear what you want... – WarrenFaith May 9 '11 at 8:59
See related question here stackoverflow.com/questions/1715697/… – ace May 9 '11 at 9:00
1  
@Ace, it's about development on the Tablet. The related question is about development for the Tablet. – Kees C. Bakker May 9 '11 at 9:17
I see, I'm not sure if there is. This will also benefit me as I'm getting an android phone soon. Anyway check this link market.android.com/details?id=com.welant.webmaster and mashable.com/2010/03/10/android-apps-web-developer sorry if this can't be a help. – ace May 9 '11 at 9:41
I don't have a constructive answer for you, but why would you want to develop on a tablet? If you want to program on the move, isn't it better to have a small laptop with you, where you can run all browsers for testing and any editors/IDEs you want(not to mention the luxury of a complete keyboard rather than those compact designs)? While tablets are very helpful for doing stuff on the move, I don't think we're at the point where programming on one is comfortable. Just a suggestion. – Munim May 19 '11 at 14:33
show 2 more comments
feedback

9 Answers

You could use the online IDE http://cloud9ide.com/ its the Mozilla project that started out as Bespin a few years ago.

Ive been playing with it for a while, and quite impressed with how well it works. And it hooks right into github.

There are even ways of running it in offline mode. http://googlecode.blogspot.com/2011/05/working-offline-with-cloud9-on-google.html

link|improve this answer
My Xoom wil arrive tomorrow, so I'm going to test your solution :-). – Kees C. Bakker May 18 '11 at 12:27
did you try it out? I'm getting my xoom in a couple of days too... ;-) – flurin May 31 '11 at 16:16
mmm... it looks the best alternative instead installing huge development packages on a mobile device. Very interesting! – ruffp Jul 5 '11 at 15:19
Offline doesn't work for me on my Xoom (3.1) – Kees C. Bakker Aug 11 '11 at 12:27
feedback

This list contains editors that allow for development of html js and css

http://webtablab.com/mobile/15-must-have-android-apps-specially-designed-for-web-developers/

link|improve this answer
feedback

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

link|improve this answer
feedback

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.

link|improve this answer
feedback

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

link|improve this answer
1  
Well... Eclipse might be a little bit much to develop only HTML / JavaScript :-) – Kees C. Bakker May 10 '11 at 8:08
2  
Yes perhaps in that case a text editor with syntax highlighting will be sufficient. I would suggset firefox and firebug for debugging, but I do not now if that very useful add-in is working on a mobile device. – ruffp May 12 '11 at 14:43
So we are ruling out Eclipse because a Java environment is lacking. – Kees C. Bakker May 16 '11 at 9:47
feedback

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

link|improve this answer
feedback

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.

link|improve this answer
Will it run on Android? – Kees C. Bakker Jun 10 '11 at 12:27
Click on the link and find out. – Poldie Jun 10 '11 at 12:36
feedback

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

link|improve this answer
feedback

You can looks for Android Scripting. http://code.google.com/p/android-scripting/

I wrote simple JS solutions on it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.