Live data from Hacker News

Poll: Android developers, what IDE do you use?

news.ycombinator.com

11–20 of 81 posts

Re: Poll: Android developers, what IDE do you use?

#12
post #9

For people choosing vi/vim, I'd love to hear about your environment/plugins/build process.

I use vim with eclim[1]. You have to have Eclipse open, headless if you choose, but you get most of the features of Eclipse right from vim.

http://eclim.org/

Re: Poll: Android developers, what IDE do you use?

#13
Same as div, used IntelliJ on all projects.

I used to use Eclipse before, but found the most frustrating thing about Eclipse is how often you'll encounter plug-in conflicts. (One plug-in doesn't want to work with another plug-in, but you just happen to want use both tools)

Re: Poll: Android developers, what IDE do you use?

#14
post #8

As someone who is interested in Android, but is currently being scared off by Eclipse, does anyone know any good resources for developing for Android in something that isn't $BLOATED_JAVA_IDE? I tried vim, but the command-line builds were horribly slow, and almost all documentation and tutorials I found expected me to be using Eclipse.

I hadn't used a proper IDE in a decade or so and Eclipse was perfectly acceptable.

I really would recommend sticking with it for a while and then moving on to vim once you've got some experience in the process.

Re: Poll: Android developers, what IDE do you use?

#18
post #17

Slightly unrelated, but why does everybody insist on calling it vi(m)? I have never seen a box that used vi in lieu of vim, it seems to be a historical artifact.

vi is still around, but it lacks the plugin architecture of vim. So it's highly doubtful that anyone would find it usable for writing code anyway.

Re: Poll: Android developers, what IDE do you use?

#19
post #8

As someone who is interested in Android, but is currently being scared off by Eclipse, does anyone know any good resources for developing for Android in something that isn't $BLOATED_JAVA_IDE? I tried vim, but the command-line builds were horribly slow, and almost all documentation and tutorials I found expected me to be using Eclipse.

What's wrong with the popularity of Eclipse? Why is that bad?
Post reply on HN