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 […]
[Android Development Tutorial] Resolving “R cannot be resolved to a variable” error
Android Development Tutorial level: Easy If you’ve developed apps for the Android OS using the Eclipse IDE for longer than 2 hours, then you’ve met cheery “r cannot be resolved to a variable” guy. He’s quite a stud in these parts. Loud and talkative, he won’t let you do anything when he walks in There […]