Tag archives for IDE

Android

Android Studio 2.0 is up : build Android apps has never been so easy

After long months of work, Google has just announced that Android Studio comes in stable version. Like you must know, Android Studio is the official IDE recommended for Android Development by Google. It is based on IntelliJ Idea. Android Studio has several advantages like the fact it is made mainly for Android Development and built in coordination with Android platform.…
Continue Reading
Android

Boost your productivity on Android Studio with Live Templates

As an Android developer, you are used to write very often same kind of code on your project. Here, we don’t talk of the creation of reusable code to avoid rewrite same code between several projects. Here, we talk about simple lines of code that are written all the time. Let’s take a well known sample. You want to display…
Continue Reading
Articles

First steps with Android Studio IDE

Like you must know, Google officially announced the first release of Android Studio recently. So, Android Studio is the official Android Studio IDE ! Time is come to migrate from Eclipse with ADT (Android Development Tools) to Android Studio IDE. 1. Installation Go on the following URL :   and start to download the Android Studio IDE for your OS. Once…
Continue Reading