How to customize Android product flavour app name, strings, styles and the manifest

Android development has a powerful feature that allows you to modify an Android application and make it possible for it to be customized and deployed using a different look and functionality. Some examples where this might be useful: White-labelling: This is where you have an application that you customise for each customer. For example, you […]

[Android dev tutorial] Setting up an App-Engine Connected app. The Hiccups

If you are one who wants your android app to scale massively without worrying about loosing sleep over database & server issues (and a host of other ailments that come from staying up too late worrying), hooking it app with an App engine backend is a smart thing to do. It let’s you focus on […]