There are a few databinding projects around for MonoTouch and MonoDroid.

The most established that I know of is:
https://github.com/RobertKozak/MonoMobile.Views - which is built around
MonoTouch.Dialog (I think)

MonoTouch.Dialog itself can do some displaying (not binding) of view model
lists using Linq

And in the last few months, I've recently released some mvvmCross code -
coming at MonoTouch and MonoDroid from a WP7 direction. For example, the
PullToRefresh tutorial does some databinding:
https://github.com/slodge/MvvmCross/wiki/Tutorial-Part-2:--PullToRefresh -
this code is built around a Silverlight approach - using
INotifyPropertyChanged, INotifyCollectionChanged and IValueConverter

I've got some spare time at the moment - so I will try to publish a few more
examples and maybe to release a bit more documentation in the next couple of
weeks.

Hope that helps

Stuart

--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/Binding-like-WP7-tp4421089p4422335.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to