Problem Google’s sample keyboard project is a little out of date. It’s a very helpful starting point but requires some minor changes to get it working as expected. On top of that, many of the common customizations are spread out across a wide array of stack overflow posts. Solution I’ve made some minor updates to […]
Getting Started with Bitrise.io
Problem: Most automated build servers don’t play well with mobile apps. Even after considerable configuration they still require a lot of up work for each new app. Solution: A friend of mine recently introduced me to Bitrise.io, an automated build server specifically built for mobile (Android, iOS & Xamarin). I’m happy to say that I […]
Android News for June 2015
Android Design Support Library The design support library makes it easy to use material design when building Android apps. The best part, it’s compatible all the way back to Android 2.1. This support library includes a better navigation drawer, collapsing navigation bars, snack bars and a number of other key components of material design. Combine […]
Cell Number Formatting with Google Apps Script
Problem: The setNumberFormat function within Google Apps Script is not well documented in the API reference documentation. This function accepts a wide range of parameters in a single string that can be used to specify the format for a range of cells. Knowing the accepted formats will give you control over the data in your […]