50 followers 0 articles/week
Branching out to Jetpack Compose

ConferenceDroidcon San Francisco 2022Co-speakerNacho LópezDescriptionAs one of the most widely used social media platforms, Twitter is always hunting for ways to better connect its users. In early 2021 the Client UI team at Twitter began the task of integrating Jetpack Compose into the Twitter for Android app, with the goal of allowing developers to...

Fri Jun 3, 2022 21:03
Composable metrics

As teams start using Jetpack Compose, most of them eventually find that there is a missing piece of the puzzle: measuring the performance of your composables.In Jetpack Compose 1.2.0, a new feature has been added to the Compose Compiler which can output various performance related metrics at build time, allowing us to peek behind the curtains and see...

Mon Apr 11, 2022 14:41
Slotting in with Compose UI

The Slot API pattern is a pattern which is used extensively throughout the Compose UI codebase. The Compose team at Google arrived at this pattern after numerous iterations at finding an idiomatic way to architect the standard set of composables.What is the 'Slot' API pattern?In a nutshell, it implements the idea of components having a single responsibility....

Mon Dec 6, 2021 17:07
Always provide a Modifier parameter

This is hopefully going to be a short post, but one which I think is timely as more people start using Jetpack Compose.Over the past year or so, I've seen lots of composables which look great but they have one fatal flaw: they don't expose a modifier: Modifier parameter in their signature.If you don't want to read the whole post, the TL;DR of this blog...

Wed Nov 10, 2021 12:56
Always provide a Modifier parameter

This is hopefully going to be a short post, but one which I think is timely as more people start using Jetpack Compose.Over the past year or so, I've seen lots of composables which look great but they have one fatal flaw: they don't expose a modifier: Modifier parameter in their signature.If you don't want to read the whole post, the TL;DR of this blog...

Fri Oct 22, 2021 13:59
Becoming a Xoogler

At the end of next week I will be leaving my job at Google and moving on to a new challenge outside $GOOG. Looking back, it's funny to think that I've been in the same team and the same role for that entire time. I was even lucky enough to relocate to Sydney and back to London within that time.I can honestly say that I've loved every minute of it. Whilst...

Fri Aug 20, 2021 15:23

Build your own newsfeed

Ready to give it a go?
Start a 14-day trial, no credit card required.

Create account