praeclarum/Bind

Any plans on continuing the development on this @praeclarum?

Opened this issue · 8 comments

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

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.

@kooldave98 Are you going to implement commanding?

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

@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.)

It doesn't works on Android: System.NullReferenceException

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.

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