Contributions

Article
At Twitter, we regularly use Paparazzi for our screenshot unit tests. We prefer this library over others because it runs on the JVM, which results in fast turnaround times.

Recently, I was working on changes to our push notification layout. As I was making modifications, I began to wonder if it would be possible to have JVM screenshot tests for the same. This would help ensure that our notification layout was displaying properly and consistently across different devices and OS versions.
Article
Using Dagger Multibinding to initialize Gradle modules at App Startup. Inspired by the new Jetpack App Startup Library.