Testing Android apps for flaky network situations with Flaker | by Rohan Maity | RotBolt | Oct, 2023
Source: This image is generated by generative AI via bing In today’s world, every app is connected to the internet. And as we all know, network conditions are not always stable. As part of a good user experience, developers should test their apps for flaky…
Mobile App Development
0
Introducing Iris Mock: An easier way to mock network calls on Android | by Arildo Borges Jr | Oct, 2023
This article is a mix of presenting a new tool I have developed to make network mocks easier on Retrofit, Volley and any OkHttp based tool and my learnings during the process. Let’s start by introducing Iris Mock and what is possible to do with…