A New Dawn - Google's Android IDE
Written by Harry Fairhead   
Thursday, 16 May 2013

Yawn, not much happening at Google I/O this year. Well you can't expect it to be exciting every year. What! What's this - an official Android IDE! It can't be! Why isn't this headline news? Well it is here!

OK, I admit we should probably get out more, but while Android Studio hasn't got the wow value of Glass for the general geek, it should have a big wow value for any programmer thinking of working with Android.

Until now if you wanted to create an app you had to download and install the SDK, install Eclipse, and then install the addin for Android development. Eclipse is an okay IDE, but there have been criticisms of it in the latest release and it really doesn't make things easy for the beginner at Android development. Compared to Apple's XCode and Microsoft's Visual Studio, it's really not up to the competition. 

For some time it has seems slightly odd that Google didn't have a nice packaged way to create Android apps. Now it has got together with JetBrains and modified the Intellij IDEA community edition to produce Android Studio.

The community edition is open source as is Android Studio. At the moment Google has been keeping this development work in the dark, but now promises to move it into the light:

"Starting next week we’ll be doing all of our development in the open, so you can follow along or make your own contributions. You can find the Android Studio project in AOSP at https://android.googlesource.com/platform/tools/adt/idea/"

So what are the advantages of Android Studio? 

The first is that it is a complete development environment in one download. You run the installer and you have an IDE and SDK ready to start work on a project.  This doesn't mean that you won't have to modify or add to the SDK as you work, but it should get most people off to an easy start. If you have an Eclipse project then in theory you can just export it and import it into Android Studio.

 

chromeandroidide

 

Installation is a one-time advantage, but a good code editor just goes on giving. In this case the editor, being based on Intellij IDEA, has smart editing with code completion and highlighting, code refactoring and static code analysis. In this case the code analysis includes Android specifics such as method call rules. 

Almost as important as good code manipulation is the drag-and-drop UI and this is included and ready to go. You can also preview a UI layout on different virtual devices. If you change the XML layout specification then you see the change almost immediately in the preview. 

You can see some of the features in the video:

 

You can also access Google services more easily with the help of some Android tools. You can now integrated with Cloud Messaging Service and Translation Service to make multi-language versions of your apps - but remember to check the translations unless you want to cause offence or unintentional humour.

There is also a new build system. In this case we have a Gradle-based system that allows the beginner to simply run a project in the IDE and graduate to more complicated build automation later when the project grows. 

The goals of the new build system are:

  • Make it easy to reuse code and resources
  • Make it easy to create several variants of an application, either for multi-apk distribution or for different flavors of an application
  • Make it easy to configure, extend and customize the build process
  • Good IDE integration

There are lots of warnings about this being an early preview edition and "look out for bugs", but it is a big step in the right direction for Android.

To help you make the most of it we've already started an ebook on Android studio - see Android Adventures - Getting Started With Android Studio.

Recently we published an article Tools Doth A Language Make arguing that languages shouldn't be considered in isolation and it is language plus IDE that is the important entity. In this one action Google has effectively upgraded the Java language in its use in the Android environment. 

 

Androidgears

This really is the way forward not only for Android and Java but all programming environments - More Tools!

 

More Information

Android Studio

Getting Started With Android Studio

Related Articles

An App for Google I/O 2013       

Android - An Illustrated History       

ArduinoDroid - An Arduino IDE for Android       

Tools Doth A Language Make

Nokia Asha A New Mobile SDK       

Getting Started With Firefox OS And Geeksphone Keon       

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, FacebookGoogle+ or Linkedin,  or sign up for our weekly newsletter.

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Banner


Open Source Key To Expansion of IoT & Edge
13/03/2024

According to the 2023 Eclipse IoT & Edge Commercial Adoption Survey Report, last year saw a surge of IoT adoption among commercial organizations across a wide range of industries. Open source [ ... ]



TornadoInsight Brings The Power Of TornadoVM Inside Intellij
22/02/2024

TornadoInsight is plugin for Jetbrain's popular Intellij IDE for Java developers, that makes working with TornadoVM a much smoother experience.


More News

 

 

Last Updated ( Monday, 27 May 2013 )