Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
claudiosanchez opened this issue Jul 7, 2015 · 8 comments
Open

Comments

@claudiosanchez
Copy link

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

@truseed
Copy link

truseed commented Aug 21, 2015

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
Copy link
Author

@kooldave98 Are you going to implement commanding?

@alexrainman
Copy link

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

@truseed
Copy link

truseed commented Apr 19, 2016

@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
Copy link

It doesn't works on Android: System.NullReferenceException

@alexrainman
Copy link

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
Copy link

@ekalchev
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants