Live data from Hacker News

IntelliJ IDEA 13 Brings a Full Bag of Goodies to Android Developers

blog.jetbrains.com

51–60 of 104 posts

Re: IntelliJ IDEA 13 Brings a Full Bag of Goodies to Android Developers

#51
post #47
post #43

Does anyone know a good software to create these kind of "screenshot gif"? I know my question is not directly related to the content of the article..

LiceCap is a great tool, and opensource: http://www.cockos.com/licecap/

What a terrible name for a project.

Re: IntelliJ IDEA 13 Brings a Full Bag of Goodies to Android Developers

#52
After trying to use Android Studio with its Gradle integration behind a company firewall that requires all outside network access through the proxy, I just gave up and went back to Eclipse, where everything just works. Diving through different configuration options was just to painful to put up with.

Re: IntelliJ IDEA 13 Brings a Full Bag of Goodies to Android Developers

#53
post #35

I just recently started doing some Java development (despite vowing never to again), and one of the reasons I'm kinda cool with it is Intellij. Intellij makes it way easier. Things just work (subversion, Spring, hot swap).

>> Things just work (subversion, Spring, hot swap). The same has been true for me in Eclipse for over 8 years.

Every time I try to use Eclipse I give up in a rage of frustration and go back to Intellij. I have always found Eclipse slower and buggier than Intellij. I'm sure a lot of it is the devil you know.

Re: IntelliJ IDEA 13 Brings a Full Bag of Goodies to Android Developers

#55

After trying to use Android Studio with its Gradle integration behind a company firewall that requires all outside network access through the proxy, I just gave up and went back to Eclipse, where everything just works. Diving through different configuration options was just to painful to put up with.

Personally I think "doesn't work like Eclipse" is a good thing. If you don't mind trying again go to http://www.jetbrains.com/idea/documentation/migration_faq.ht... first. You will also find CTRL+SHIFT+A combo useful - it's a fast search of settings/actions.

Properly set IntelliJ will boost your productivity many times. It's just an investment if you migrate from other IDE. I like to think about it as something similar to migration from crappy unit testing solution to a better one - it just pays off after some time.

Re: IntelliJ IDEA 13 Brings a Full Bag of Goodies to Android Developers

#56
post #45
post #38

The only feature that really excites me is the Gradle support. Things like the 9patch editor seem horribly misplaced (you probably don't want your devs to be editing those...) and others seem so situational (the autocompleting sdk version - a one line config value that you set once per project). Android Studio is not really usable as an IDE if you want to have a fully featured test suite because of the weird, half-im…

Weird, I know we have Robotium and Robolectric working fine in Android Studio at work. Although some versions do require a separate project, most versions are just sub-projects under a main folder with a shared build.gradle now. Not than any of us want to use it. You are just forced to if you want to use the latest features like AARs with Gradle. Eclipse is unfortunately obsolete and incapable of handling the latest…

Last I checked (October) I could not get the build.gradle to play nicely. Most of the other material online involved using instrumentCompile to trick Android Studio into running your unit tests and a custom runner/plugin: https://github.com/JakeWharton/gradle-android-test-plugin

If you have gotten it working in Android Studio, I'd be very keen to see how (if you are willing to share).

Re: IntelliJ IDEA 13 Brings a Full Bag of Goodies to Android Developers

#57
post #38

The only feature that really excites me is the Gradle support. Things like the 9patch editor seem horribly misplaced (you probably don't want your devs to be editing those...) and others seem so situational (the autocompleting sdk version - a one line config value that you set once per project). Android Studio is not really usable as an IDE if you want to have a fully featured test suite because of the weird, half-im…

Like maybe idea 13? That's how we do it at least.

If IDEA 13 supports that, then great! Would love to see a blog post describing your setup.

Re: IntelliJ IDEA 13 Brings a Full Bag of Goodies to Android Developers

#58
I really hope the Gradle support is ported to Eclipse and that the Eclipse Android tools are actively maintained. I tried Android Studio but it’s completely inaccessible with my screen reading software. Since it is based off IDEA I assume I would run into the same problem trying to use the new version so haven’t bothered.

Re: IntelliJ IDEA 13 Brings a Full Bag of Goodies to Android Developers

#60
post #36
post #8

Earlier quoted context omitted.

Not really actually. With the free community edition, you only get to manage "java" which doesn't work for me since i work with different programming languages with lots of front-end stuff as well. I meant to use it from editing xml, css, html to configure tomcat settings for example. On the other hand, i totally understand that they want people to buy it for fully featured version.

Eclipse is fully featured and professional and free as in beer and software.

"Fully featured" is not a binary condition. If Eclipse is fully featured for Java development, IDEA is much MORE fully featured.
Post reply on HN