Skip to content
#

timetable

Here are 271 public repositories matching this topic...

sbjoshi
sbjoshi commented Oct 17, 2018

It may be nice to have series of short videos on how to install and/or how to use with a few small examples. One can create these videos using screen recording utilities (such as recordmydesktop for Ubuntu).

This is purely for enhancement of the documentation and user education and is in no way critical for the functionality.

maxkoshevoi
maxkoshevoi commented Sep 25, 2019

After transitioning to MVVM pattern, there is a performance hit because Xamarin needs to use reflection to communicate with ViewModel. By spesifying x:DataType parameter for Views with their respective ViewModels we allow Xamarin to link them at compile time thus improving rintime performance.

More info: https://docs.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/data-binding/com

You can’t perform that action at this time.