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?
Programmatically laying out views in ConstraintLayout with Flow
Rotating the phone to landscape caused users of the app to experience a suboptimal experience. Turns out we had some legacy code that was manually calculating the size and position of each “chip”. 😱
Continue ReadingSo You Want to Be an Android Developer…
If I had a nickel for every time someone asked me: How do I become an Android Developer? Let’s just say I’d have a whole lot of nickels! So as a gift to the world I’ve consolidated the various versions of my advice into the following post.