· 3 min read
Reorderable Grids in Jetpack Compose — Shipping What the Samples Don’t
Why reorderable grids are deceptively hard in Jetpack Compose, the edge cases that break naïve implementations, and how a production-ready solution finally emerged.
· 3 min read
Why reorderable grids are deceptively hard in Jetpack Compose, the edge cases that break naïve implementations, and how a production-ready solution finally emerged.
· 2 min read
A deep dive into efficient chunking patterns in Java Streams, why they matter, and how to build a collector that feels like native JDK functionality.