Hey @mattward, thanks for your response! That makes perfect sense. I had already pointed out the need for updating the CI machine, but wasn't sure if that would resolve the issue. I'm awaiting their … (View Post)
Hi George, You need to create a custom TypeConverter-derived class, as there isn't a stock one for the Size object. See the TypeConverter API docs for info and a list of the stock ones. First, add an… (View Post)
Looks like I misunderstood the Android docs. I found the way to handle setting the ColorStateLists using the AppCompat library is to use the DrawableCompat static helper class. (View Post)
You're totally welcomed, @DavidDancy! I hope everyone finds it useful. I enjoyed doing it, at least until the Android AppCompat stuff nearly killed me, haha. #tooManyAPILevels (View Post)