Eclipse is fine once you have the memory configured right and you turn off all the dumb validations and unnecessary checking.
Poll: Android developers, what IDE do you use?
21–30 of 81 posts
Re: Poll: Android developers, what IDE do you use?
#22Eclipse is fine once you have the memory configured right and you turn off all the dumb validations and unnecessary checking.
Re: Poll: Android developers, what IDE do you use?
#23For 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?
#24As 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.
Re: Poll: Android developers, what IDE do you use?
#25Eclipse is fine once you have the memory configured right and you turn off all the dumb validations and unnecessary checking.
Re: Poll: Android developers, what IDE do you use?
#26As 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.
- Write code in VIM
- Build everything on Eclipse.
Basically keep eclipse open only to build, and deploy to the smartphone. Everything else, do it in vim.
Re: Poll: Android developers, what IDE do you use?
#27Eclipse is fine once you have the memory configured right and you turn off all the dumb validations and unnecessary checking.
Can you elaborate on that? I'm an eclipse newbie and using it for Android work feels like swimming in molasses.
Re: Poll: Android developers, what IDE do you use?
#28Slightly 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.
> I have never seen a box that used vi in lieu of vim
I'm going to guess that you mostly use Linux boxes? The BSDs use nvi, which works and act like the old Berkeley CSRG vi. If you look at more esoteric systems like Solaris, AIX, etc. , you're likely to find varying versions of vi (disclaimer: I do not know the situation in Solaris or AIX. They are simply examples of esoteric systems—I'd love to be corrected if you do know).
I would not, however, recommend using anything but vim for development. nvi has its place a small text editor to get your config files in place, and vim has its place as a large programmer's text editor.
Re: Poll: Android developers, what IDE do you use?
#29Eclipse is fine once you have the memory configured right and you turn off all the dumb validations and unnecessary checking.
I hated Vim.. until I got 12GB of RAM. Now it's just another tool.
Bonus points: Install Vrapper (http://vrapper.sourceforge.net/home/) and get Vim keybindings. I also change the theme to get a black background and Inconsolata font.
Re: Poll: Android developers, what IDE do you use?
#30As 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.
Yes command-line build/deploy is horrible, the way to use vim is: - Write code in VIM - Build everything on Eclipse. Basically keep eclipse open only to build, and deploy to the smartphone. Everything else, do it in vim.