Live data from Hacker News

Introducing Android Studio

plus.google.com

1–10 of 189 posts

Re: Introducing Android Studio

#2
This is huge. I've held out on Android development for many reasons, but my visceral hate for Eclipse is one of them. I know I've been able to use IntelliJ before now, but Eclipse was Google's example in tutorials, etc.

Now I'm very excited to make an Android app.

Re: Introducing Android Studio

#4
post #2

This is huge. I've held out on Android development for many reasons, but my visceral hate for Eclipse is one of them. I know I've been able to use IntelliJ before now, but Eclipse was Google's example in tutorials, etc. Now I'm very excited to make an Android app.

Same here. Can't wait to give this a shot.

Re: Introducing Android Studio

#7
post #2

This is huge. I've held out on Android development for many reasons, but my visceral hate for Eclipse is one of them. I know I've been able to use IntelliJ before now, but Eclipse was Google's example in tutorials, etc. Now I'm very excited to make an Android app.

I thought Google was pretty heavily invested in the Eclipse ecosystem, I think they use it quite a bit internally (at least from what I can gather). Perhaps those efforts were more in the interest of supporting the community of developers which use their API's, though.

I also hate Eclipse, even though I've tried my hardest to overlook its shortcomings. I'll leave it at that so as not to delve too far off-topic.

Re: Introducing Android Studio

#8
The resource preview seems to be the best feature of the new Android Studio - the multi-device layout preview is already available in the latest version of the Android development tools for Eclipse, so I'm not sure why that was such a big announcement.

I'm a huge IntelliJ fan from my days doing server side Java, so I'm definitely looking forward to ditching Eclipse. I just hope it handles Android libraries better than IntelliJ used to.

Re: Introducing Android Studio

#10
post #6

Starting at about 35 min in https://www.youtube.com/watch?v=9pmPa_KxsAM

The killer feature that they showed is an integrated UI layout preview tool, in a pane alongside the editor. Click on a widget in the preview to select the element in your layout file. This is neat but fairly ordinary; the great part is that it can show multiple previews at once, for different device sizes. Or for different locales. These all appear to update very quickly, if not live, when you change your code.
Post reply on HN