Adopting Jetpack Compose for Etsy’s Android App
ne of our Guiding Principles at Etsy is that we “commit to our craft.” This means that we have a culture of learning, in which we’re constantly looking for opportunities to improve and learn
Showing 10 of 10 articles (Page 1 of 1)
ne of our Guiding Principles at Etsy is that we “commit to our craft.” This means that we have a culture of learning, in which we’re constantly looking for opportunities to improve and learn
Introducing a new Android UI framework like Jetpack Compose into an existing app is more complicated than importing some AARS
Part three on how we built a Compose based architecture with Mavericks in the Airbnb Android app
Part two on how we built a Compose based architecture with Mavericks in the Airbnb Android app
A three part series on how we built a Compose based architecture with Mavericks in the Airbnb Android app
I'm returning to Android development after quite a long hiatus, and was pretty quick to jump into learning Compose, despite not being happy about needing to learn a whole new way of doing UI on Android when I'd already gotten pretty decent with XML.
Explains how Mercari rebuilt its app with Jetpack Compose to reduce code complexity and improve maintainability.
Back in November 2021, Jake wrote about Molecule on this blog when it was still under development. A few weeks ago, we released 0.4.0 which we are using in production with great satisfaction.
It’s an exciting time to be a mobile engineer. Now that declarative UI has finally made its way into Android with Jetpack Compose, I was fascinated
Five years ago the Cash App Android client started splitting our UI rendering and UI presenter responsibilities into distinct types. We had leaned into RxJava heavily in the years prior