Tag: UI Design
-

Compose text field API to replace onValueChange & VisualTransformation
Previously, VisualTransformation was used for both input filtering and output formatting; now, the API gives us both InputTransformation and OutputTransformation in order to separate the logic.
-

Turning Designs into Code with Relay: Google’s Figma to Compose Plugin
Over the years there have been a number of attempts to automatically generate code from UI designs, namely Zeplin and its little xml layout snippets. With the introduction of the Compose UI toolkit it makes sense that someone would have another shot at this.

