Added Shell documentation
This commit is contained in:
Родитель
a288aedc16
Коммит
14a0bd76b5
12
README.md
12
README.md
|
@ -179,6 +179,18 @@ Other Recommendations:
|
|||
* When using an AbsoluteLayout, avoid using the AbsoluteLayout.AutoSize property whenever possible.
|
||||
* The RelativeLayout gives many possibilities but its performance is worse than the FlexLayout.
|
||||
|
||||
### Shell
|
||||
|
||||
Xamarin.Forms Shell reduces the complexity of mobile application development by providing the fundamental features that most mobile applications require. This includes a common navigation user experience, a URI-based navigation scheme, and an integrated search handler.
|
||||
|
||||
In addition, Shell applications benefit from an increased rendering speed, and reduced memory consumption.
|
||||
|
||||
![Shell](images/shellperf.png)
|
||||
|
||||
_**NOTE:** Chart using an Android device in Release mode and AOT._
|
||||
|
||||
In the case of Android, the startup time does not improve (for now) the default renderers while the memory consumption is slightly better.
|
||||
|
||||
### Startup
|
||||
|
||||
JIT, AOT and other concepts have an impact on the startup time of the App.
|
||||
|
|
Двоичные данные
images/shellperf.png
Двоичные данные
images/shellperf.png
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 6.4 KiB После Ширина: | Высота: | Размер: 6.4 KiB |
Двоичные данные
src/Shell/Shell Performance.xlsx
Двоичные данные
src/Shell/Shell Performance.xlsx
Двоичный файл не отображается.
Загрузка…
Ссылка в новой задаче