1
0
Форкнуть 0
This commit is contained in:
Javier Suárez Ruiz 2019-05-05 19:49:57 +02:00
Родитель 0d10dc9925
Коммит 615a9ccfb6
1 изменённых файлов: 29 добавлений и 0 удалений

29
README.md Normal file
Просмотреть файл

@ -0,0 +1,29 @@
# Xamarin.Forms Performance Playground
There are many techniques for increasing the **performance** of Xamarin.Forms applications. Collectively these techniques can greatly reduce the amount of work being performed by a CPU, and the amount of memory consumed by an application. This repository describes and discusses these techniques.
_(Work in progress)_
* Bindings
* CollectionView
* Fast Renderers
* HttpClient
* Images
* IoC
* Layouts
* Shell
* Views
* Visual
* XAMLC
### XAMLC
![XAMLC](images/xamlcperf.png)
### HttpClient
![HttpClient](images/httpclientperf.png)
## Copyright and license
Code released under the [MIT license](https://opensource.org/licenses/MIT).