问题
I'm trying to wrap my head around this whole new mobile paradigm. So I've decided to order a cheap Chinese Android based netbook, and go full immersion into Android as a full time environment for web development. Only one snag. At least from what I can tell, there don't seem to be any mature tools for web development on the platform.
First thing I did was search the Android market. Couldn't seem to find any good native apps for the purpose. Next, I did a multi day survey of the state of web based IDE's. There were a few that had a reasonable level functionality, but those were all pay services. The other thing I'm concerned about is privacy. Most of the free services (the three that I looked at) post your home directory for the world to see.
The ideal solution for a web based IDE would be something I could host myself, I think; but so far I haven't found a host yourself web IDE that has the features I want.
Or am I approaching this whole thing incorrectly? Any and all insight would be appreciated.
回答1:
Get one of these terminal apps for Android: http://www.appbrain.com/app/better-terminal-emulator-pro/com.magicandroidapps.bettertermpro http://www.appbrain.com/app/android-terminal-emulator/jackpal.androidterm
Set up a remote SSH server with VIM configured to how you like it.
Log into your server using the terminal app and use VIM to writing (or compiling) anything you want to develop
Install a web server on the ssh box to then test your website remotely from your android browser!
eat cake
回答2:
I don't think anyone suggested Android was a good platform to develop ON.
It is definitely an interesting platform to develop FOR, but that's a totally different thing.
Writing any long text is very difficult on any touchscreen device. Thankfully tools like Swiftkey come to help us write decent emails.
But writing complex syntax with text prediction is going to be a nightmare.
Granted an android equipped netbook would have a keyboard, but there isnt a market for people who seriously want to develop on Android as an OS.
The only decent suggestion would be a web IDE, and of those I have only used Cloud9
回答3:
Frankly, the platform was not intended for developers and has no tools for development. Not that it would not be possible or feasible, but note that most Android devices are touch-based and have no keyboard. It will probably never replace Linux (or Windows) on the workstation.
来源:https://stackoverflow.com/questions/9047648/usable-ide-for-android