← all projects
compose-lab
Small, honest Jetpack Compose experiments — a custom layout, a recomposition study with real counts, a gesture component.
Compose
High-level design
A set of small, independent experiments rather than one cohesive app — each isolates a single Compose mechanism.
custom Layout
a wrapping-flow layout, with the wrapping math unit-tested directly
↓
recomposition study
instruments real recomposition counts to show @Immutable skipping, not just claim it
Low-level design
5 tests, focused on the layout math specifically.
- –The recomposition study reports a real counter, not a screenshot — the claim is checkable