From ab871fe898bb62e682e0a3faa8d010d1aabb7b9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Su=C3=A1rez=20Ruiz?= Date: Mon, 27 May 2019 19:23:30 +0200 Subject: [PATCH] Updated README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7893b93..a748c52 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,12 @@ The creation of a Xamarin.Forms layout goes through two phases: * **Invalidation** cycle: The process of recursive notification to the parent node. * **Layout** cycle: After invalidating, we proceed to the reorganization of elements marked as _"invalidated"_. +The Invalidation cycle: +![Invalidation](images/layoutinvalidation.png) + +The Layout cycle: +![Layout](images/layout.png) + In the following chart we have the time in milliseconds of **UpdateChildrenLayout** in each Layout. The example to render: The result: