
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 ReadingDavis Technology Consulting
by Annyce Davis
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 Readingby Annyce Davis
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 Readingby Annyce Davis
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 Readingby Annyce Davis
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?