Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

ConstraintLayout Performance

John Hoford edited this page Aug 10, 2022 · 5 revisions

With any layout it is possible to have performance issues. ConstraintLayout has 2 major areas of performance concerns

  1. Inflation - when the xml is read
  2. Layout - when the position of the widgets is resolved.

Inflation

Layout

Clone this wiki locally