You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.
Hi. Are there plans to make MVVMLight work with android projects that utilize Android Support libraries?
I currently have Xamarin.Android project that relies on the AppCompat libraries (android support libraries) and I use mvvmlight 5.3. An activity must inherit from the support library and, at the same time must inherit from the mvvmlight. Since it's obviously impossible to inherit from both at the same time I have to use yet another component (made by Jim Bennett). It is all kind of not very convenient and makes me question if moving to mvvmlight standard version is a good chose. I really wish I can continue with mvvmlight. Can you reveal if there are any plans on making mvvmlight compatible with android support libraries, please?
The text was updated successfully, but these errors were encountered:
Please, any comments on this are greatly appreciated.
I use the Microsoft AppCenter sdk in the app and the upcoming release of that sdk will not work any longer with PCL. So, updating to netcore version of MVVMLight is a must now, but doing so apparently (to my understanding) will break the compatibility of MVVMLight with the Android Support libraries. Am I understanding this right or I am totally wrong here?
Thank you very much for any and all help and advice you can provide.
mike
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi. Are there plans to make MVVMLight work with android projects that utilize Android Support libraries?
I currently have Xamarin.Android project that relies on the AppCompat libraries (android support libraries) and I use mvvmlight 5.3. An activity must inherit from the support library and, at the same time must inherit from the mvvmlight. Since it's obviously impossible to inherit from both at the same time I have to use yet another component (made by Jim Bennett). It is all kind of not very convenient and makes me question if moving to mvvmlight standard version is a good chose. I really wish I can continue with mvvmlight. Can you reveal if there are any plans on making mvvmlight compatible with android support libraries, please?
The text was updated successfully, but these errors were encountered: