mvvm - MonoTouch INotifyPropertyChanged without large framework -


i have monotouch application want have mvvm characteristics using inotifypropertychanged.

i not want include mvvm framework mvvmcross working.

i manually add event handler inotifypropertychanging , update text fields (etc) manually, looking generic approach doesn't require huge 3rd part library.

what need bind text field "viewmodel.property"?

there lite version of mvvmcross allows databinding without need incorporating of mvvmcross dll's.

https://github.com/slodge/crosslight


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -