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.
Comments
Post a Comment