TLDR; The Fix: Plug your Pixel 2 into a USB 2.0 port, not a USB 3.0 port. If your Pixel 2 device will not connect to ADB (Android Debug Bridge) with a USB cord then you might want to check the port …
WP Markdown Themes for Google Code Prettify
Writing in Markdown is probably one of the best experiences you can have for a technical writer for a few simple reasons - Its easy to write with The limitations of Markdown are actually a benefit …
Continue Reading about WP Markdown Themes for Google Code Prettify →
Your First Test: The Launch Test
I get it. Your application (mobile app or web app) doesn’t have tests and … well … you’re scared anytime you make changes. Why? … well … because you’re not sure if you broke anything when you …
Android MVVM with DataBinding – Removing Logic from Your Views with BindingAdapters
One of the things that's great about MVVM (I’m using data binding in my implementation) is the lack of the boilerplate that you have to deal with. When working with the MVP pattern you are forced to …
TDD Your UI Layer – #uitestsmatter
A recent conversation developed on twitter when I posted a link to a Caster.IO lesson where I talk about using TDD to drive your UI development. The problem? Some folks feel that you cannot TDD your …
Automating Screenshots: Simplifying Internationalization on Android
I’ve worked on some fairly large internationalized apps (50MM+ installs on each app) and on each app I've always had a problem with internationalization. It presents its own set of challenges. If you …
Continue Reading about Automating Screenshots: Simplifying Internationalization on Android →