Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Engineering a design system

Engineering a design system

Slides for my Droidcon Berlin 2021 presentation:
Engineering a design system: how we design ours in our company, the entire process alongside with problems, controversy, and advantages we faced while building it.

Luca Nicoletti

October 21, 2021
Tweet

More Decks by Luca Nicoletti

Other Decks in Programming

Transcript

  1. 🧔 Luca 🇮🇹 Italian (🤌) 📍 London 🛠 Android engineer

    💼 Triller luca_nicolett INTRODUCTIONS 👋
  2. • What is a design system? • How does it

    impact the speed of design & development? • UI 㲗 code • Problems • Where we’re at • Conclusions ENGINEERING 🛠 A DESIGN SYSTEM 🧑🎨
  3. “A design system is a set of interconnected patterns and

    shared practices coherently organised.” “A design system is a collection of reusable components, guided by clear standards, that can be assembled together to build any number of applications.” DESIGN SYSTEM 🧑🎨
  4. “The complete set of designs standards, documentation, and principle along

    with the toolkit (UI patterns and code components) to achieve those standards” DESIGN SYSTEM 🧑🎨
  5. Advantages: • Consistency • Higher quality • Faster builds, through

    reusable components and shared rationale • Improved maintenance and scalability • Stronger focus on product - concentrate on solving user needs • More and better communication between teams DESIGN SYSTEM 🧑🎨
  6. Advantages: • Consistency • Higher quality • Faster builds, through

    reusable components and shared rationale • Improved maintenance and scalability • Stronger focus on product - concentrate on solving user needs • More and better communication between teams DESIGN SYSTEM 🧑🎨
  7. Advantages: • Consistency • Higher quality • Faster builds, through

    reusable components and shared rationale • Improved maintenance and scalability • Stronger focus on product - concentrate on solving user needs • More and better communication between teams DESIGN SYSTEM 🧑🎨
  8. Advantages: • Consistency • Higher quality • Faster builds, through

    reusable components and shared rationale • Improved maintenance and scalability • Stronger focus on product - concentrate on solving user needs • More and better communication between teams DESIGN SYSTEM 🧑🎨
  9. Advantages: • Consistency • Higher quality • Faster builds, through

    reusable components and shared rationale • Improved maintenance and scalability • Stronger focus on product - concentrate on solving user needs • More and better communication between teams DESIGN SYSTEM 🧑🎨
  10. Advantages: • Consistency • Higher quality • Faster builds, through

    reusable components and shared rationale • Improved maintenance and scalability • Stronger focus on product - concentrate on solving user needs • More and better communication between teams DESIGN SYSTEM 🧑🎨
  11. Core components: • Color palette (colors) • Fonts • Grid

    system • Atoms DESIGN SYSTEM 🧑🎨
  12. Core components: • Color palette (colors) • Fonts • Grid

    system • Atoms • Components DESIGN SYSTEM 🧑🎨
  13. Core components: • Color palette (colors) • Fonts • Grid

    system • Atoms • Components DESIGN SYSTEM 🧑🎨
  14. Core components: • Color palette (colors) • Fonts • Grid

    system • Atoms • Components DESIGN SYSTEM 🧑🎨
  15. Core components: • Color palette (colors) • Fonts • Grid

    system • Atoms • Components DESIGN SYSTEM 🧑🎨
  16. Core components: • Color palette (colors) • Fonts • Grid

    system • Atoms • Components DESIGN SYSTEM 🧑🎨
  17. Core components: • Color palette (colors) • Fonts • Grid

    system • Atoms • Components DESIGN SYSTEM 🧑🎨
  18. Core components: • Color palette (colors) • Fonts • Grid

    system • Atoms • Components ANDROID 🤖
  19. • Do your iOS team have the same things in

    place? • What was the hardest thing to achieve while implementing your design system? • Do you plan to move your code to Jetpack Compose? If so, how? • Are there any limitation to this system? • Why are you using a grid system? What are the advantages? QUESTIONS ⁉