This series is dedicated to the little things in programming that make you want to bang your head against the wall. Today’s post is about: when you didn’t read the manual.
Continue ReadingThe Little Things: Persistent pop-ups
This series is dedicated to the little things in programming that make you want to bang your head against the wall. Today’s post is about: persistent pop-ups.
Continue ReadingThe Little Things: Confusing error messages
This series is dedicated to the little things in programming that make you want to bang your head against the wall. Today’s post is about: confusing error messages.
Continue ReadingTesting Hybrid Jetpack Compose Apps
We’re developing a hybrid Jetpack Compose application. It’s comprised of one Activity
and several Fragments
. Each fragment includes a ComposeView
directly as the entire screen is built with Compose. But how do we write tests for this?