ReedCopsey / Gjallarhorn.Bindable

Unidirectional binding library built on top of Gjallarhorn for WPF and Xamarin Forms
MIT License
27 stars 10 forks source link

Does this works for Xamarin.iOS and Xamarin.Android #31

Open kunjee17 opened 5 years ago

kunjee17 commented 5 years ago

Hi,

I have a requirement of making Xamarin.Android and Xamarin.iOS projects. (No Xamarin Forms). Does this library works with them as well?

Asking this question because other MVVM libraries do kind of work with them. I don't know the internals so thought of asking.

PS: Please feel free to close this issue. As this is kind of out of scope as per read me. But still if Gjallarhorn binding works it would be great. I will end up with some better MVVM library.

FoggyFinder commented 5 years ago

Dunno, I'm not aware how Xamarin.iOS/Xamarin.Android works. Maybe easiest way to find out is try to port demo from sample folder and see what happens?