ADT Make Eclipse and Android Studio play nice with the same Android SDK Are you using both Eclipse (ADT) and Android studio for developing Android apps? They both come with their own SDKs, and maintaining two SDKs separately can be quite painful. Here
ADT How to fix the DrawerLayout inflation error in Android If you are trying to use the DrawerLayout in your Android app(perhaps from the example project?), and your app is crashing when you try to run it, and you
ADT Eclipse ADT has been updated. Brings nice features! I just noticed throught Eclipse that ADT had been updated. The new ADT version brings some nice touches to the layout editor. Now you can select items and drag and
ADT How to try out Android 4.0 Ice Cream Sandwich! A couple or hours ago, the Galaxy Nexus was announced, along with Android 4.0. At the same time, the Android 4.0 SDK was released into the wild. Here
ADT How to easily extract strings from your Android code into the strings.xml file This handy little feature can save a lot of time and manual work when working with Android apps. If you during Android development in Eclipse use hardcoded strings in your java code, like in the example below: package test.layout; import android.app.Activity;
ADT How to try out the new Android 2.3 – Gingerbread! As Google just recently announced the Nexus S from Samsung, which is running the new Android 2.3, known as Gingerbread, I wanted to have a look at the153x300.png
ADT Getting Started With Android – Setting Up The Development Environment This is a walkthrough on how to get started developing android applications in windows with Eclipse. I will be using Windows 7 but the steps are similar in Vista and XP. This article assumes little prior knowledge about Android. The reason for using Eclipse