praeclarum / Bind

A small but powerful C# library for data binding
Other
204 stars 34 forks source link

Any plans on continuing the development on this @praeclarum? #5

Open claudiosanchez opened 9 years ago

claudiosanchez commented 9 years ago

@praeclarum Any plans on continuing the development on this? would this work as-in in a Xamarin.Android (non-forms) implementation?

truseed commented 9 years ago

Yeah, seems like @praeclarum has been busy, I really like this library, as well as the EasyLayout. Some ideas I am having for extending this Bind library is to implement Commanding i.e binding behaviours (methods). So on the UI, if a button is clicked, some method on your ViewModel gets executed.

claudiosanchez commented 8 years ago

@kooldave98 Are you going to implement commanding?

alexrainman commented 8 years ago

Is this abandonware? I will love to see Commanding, Converters and Xamarin.Android support.

truseed commented 8 years ago

@alexrainman @claudiosanchez I imagined that this works with any .Net project (including Xamarin.Android) out of the box. Have a look at the unit tests and see how it's been used. (Unless i'm missing something here.)

alexrainman commented 8 years ago

It doesn't works on Android: System.NullReferenceException

alexrainman commented 8 years ago

For commanding you can get Command.cs from Xamarin.Forms open source code and use V.MyCommand.Execute(param); from your delegate (no binding). I was planning to use this and Fody as an alternative for a simple MvvM framework but not luck.

alexrainman commented 8 years ago

I found this: http://www.codeproject.com/Articles/1070662/Data-Binding-in-Xamarin-Android

ekalchev commented 4 years ago

I loved the idea of this repo but it has many issues that I had to fix and eventually I started my own implementation based on this repo. https://github.com/ekalchev/Property-Bindings