Let us tell you how we've worked with OONI to improve the quality of their Probe Android app.
Read MoreIf your app integrates with a server API, mocking server responses is important for tests. In unit tests it's easy to mock the object doing the API calls, but on a UI test it's harder. We're going to show how to mock Retrofit API calls in UI tests with a quick solution using MockWebServer and Hilt.
Read MoreSomeone asks you to join an existing project. You need to maintain and build new features on an existing app. And you will have new team members to work with. Let's talk about project auditing, creating work plans, collaborating with team mates and getting things done.
Read MoreYou’re having a hard time convincing others why they should invest in a automated test suite. It’s not an easy sell, specially for mobile apps, where testing is harder to do and has been less advocated. I gathered some tips that have helped me in the process.
Read MoreMany developers reach us with Android questions. The most common are how to start developing Android apps and how to improve at it. So here’s a small collection of our favourite resources.
Read More