-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Comments
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 |
@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 |
@praeclarum Any plans on continuing the development on this? would this work as-in in a Xamarin.Android (non-forms) implementation?
The text was updated successfully, but these errors were encountered: