An exploration of the potential of Kotlin Context Receivers for driving Dependency Injection in Android native projects, unveiling a simpler approach for context modeling and inversion of control
Enabling fault-tolerant HTTP networking for native Android apps
A review of HTTP resilience patterns, exploring which ones actually fit for Mobile applications, and how to implement a fault-tolerant HTTP networking layer for Android projects using Resilience4j, Testcontainers and Toxiproxy
The landscape of Android screenshot testing in 2023
Some considerations about existing libraries that enable screenshot testing for Android projects, comparing the capabilities and trade-offs of Shot, Paparazzi, and Dropshots.
Two strategies to drive screenshot testing in Mobile projects
Regardless of the nature of your Mobile project, if it uses a Design System, you should mind how to drive a screenshot testing strategy that maximizes the value you get from it, avoiding using a great tool in a poor way