I can't speak for vim, but since that doesn't really matter, I most certainly do most of my work in emacs. This is mostly for systems level things, however.
As for working on Android apps proper, developing in emacs/vim with the standard Android build tools (ala ant) is very doable sans GUI layouts: being able to graphically layout components is very nice, and useful for more rapid prototyping. If you don't need to mess around with building GUIs then you can use 'android project update,' etc... kris On Sun, Dec 2, 2012 at 2:51 PM, Russell Wheeler <[email protected]> wrote: > So far I have been developing directly on my galaxy nexus and nexus 7 using > the amazing AID app. > > However, as the N7 can't provide logs due to it being jelly bean, i feel the > need to get a mini notebook in order to utilise adb logcat. > > My main worry is that something with only 1gb (2gb if i upgrade, which i > will) and a 1.5-1.83GHz atom CPU won't be powerful enough. > > I can possibly get around certain worries by not using emulators and testing > directly on my two devices, so that will save me a great deal. Also I am > tempted to just use vim and command line tools instead of eclipse which again > might save me from a slow PC. > > What do you guys think? Is the notebook way under powered? What if i just use > vim and no emulators? > > Side note, does anyone actually code in vim/command line? > > Cheers > > Russ > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

