Android Nomad - Issue #9
October 3
Top-notch stateful testing in Android — sergiosastre.hashnode.dev using Jqwik testing library
Learn how to test your Android app for flaky connections! — www.droidchef.dev Request timed out! But you didn’t expect it, did you? Of course not because while you were writing the app and testing the code you were always on your blazing fast WiFi connection or a 4G LTE network. But in the real world, all your users don’t have
Jetpack Compose Custom Switch Design 2 — semicolonspace.com This is a custom switch made with Android Jetpack Compose. It uses Canvas API to draw the thumb and track.
Composable metrics — chris.banes.dev Exploring the Compose Compiler metrics to see what we can find out about the performance of our composables.
Grouping Semantics in Jetpack Compose UI — medium.com The semantics modifiers let us change aspects of the semantics tree in Jetpack Compose UI — a representation of the UI that’s helpful for accessibility services and the testing framework. We can use…