Have you ever had a spreadsheet and thought it’d be really good if I could get data into this from a mobile app. What a great idea, next comes the thought that this is actually…
Read more of [TUT] Send app data to a web spreadsheet (Google Sheets)
Android Developer Tutorials
Have you ever had a spreadsheet and thought it’d be really good if I could get data into this from a mobile app. What a great idea, next comes the thought that this is actually…
Read more of [TUT] Send app data to a web spreadsheet (Google Sheets)
Below is an excerpt from my book “Learning Android Application Testing” that explains how you can write tests that interact with the Android system using files, databases or shared preferences without corrupting or being affected…
Read more of [TUT] Mocking shared preferences to test in isolation
Isn’t it annoying whenever you want to add a new dependency to your project you have to know the exact version to add, not any more! This ‘hack’ makes use of the Gradle + syntax…
Read more of Use the latest version of any library with Android Studio & Gradle
I hope you know the Android Design Principles, if not shh quick read them here. There is also a great talk on the principles from Google IO, so if you prefer video click this. Here…
Read more of Enchant your users, without boring them with repetition – Animations
This is a tutorial request to show a simple activity structure, where the user is prompted either to fill out a form, or if they have already done so in the past then continue to…
Read more of A simple Activity to complete a form or continue
Google have announced AdMob will now be available from with the Google Play Services library. The issue being they are stopping delivering ads to the AdMob sdk jar from August 2014. I describe here some…
Read more of [TUT] Migrating to AdMob in Google Play Services from AdMob SDK jar
This tutorial will show you the skeleton of an Android application that uses the Gradle build system and runs Espresso Instrumentation tests on Android classes. This follows on from my tutorials about Robolectric JUnit tests…
Read more of [TUT] Android Gradle App with Espresso Instrumentation tests