Can anyone describe a good Vim setup for Android Development? I\'m using Eclipse for now but I would really like to use Vim because it\'s faster and I like it better. I\'m not i
Both of what @Dave and @buru suggested led me to work on a plugin for Vim that'd help you work on development in Vim for Android applications. Feature parity to top-level tools like the visual development isn't there yet, but I was wondering if we could generate some components by using Fries and extending it.
The plugin is called android.vim
and it was on Github @ jalcine.github.io/android.vim. I'm very open to ideas and pull-requests so feel free!
Edit: I've taken down this plugin because I haven't the time or focus to work on it :(