Nothing If you use IntelliJ… – Keep using it. – IntelliJ 13 will have the same stuff – EAP of IntellJ Idea 13 includes all the new stuffs If Not… – Give Android Studio a try @pareshmayani
Maven Builds Dependency Management Compiled with ANDROID APK All source & JARs are Combined into APK Maven Central Respository Read pom.xml Get dependencies Source code files @pareshmayani
Gradle Builds Dependency Management Compiled with ANDROID APK All source & JARs are Combined into APK Maven Central Respository Read gradle.build Get dependencies Local files Project itself Debug QA Release Source code files @pareshmayani
Hard coded Strings 1. Settings > Editor > Code Folding > Android String References OR 2. Select String and right click on it and then go to Folding > Collapse OR CTRL + Numpad ‘-’ @pareshmayani
Links • Android Studio: An IDE built for Android => http://goo.gl/iHRvYF • Google I/O 2013 - What's New in Android Developer Tools => http://goo.gl/VRCEIb • DevBytes: Android Studio => http://goo.gl/28UB94 • https://speakerdeck.com/donnfelker/introduction-to-android-studio • Google I/O 2013 - The New Android SDK Build System => http://goo.gl/N9e2Fq @pareshmayani