lbugnion / mvvmlight

The main purpose of the toolkit is to accelerate the creation and development of MVVM applications in Xamarin.Android, Xamarin.iOS, Xamarin.Forms, Windows 10 UWP, Windows Presentation Foundation (WPF), Silverlight, Windows Phone.
http://www.mvvmlight.net
MIT License
1.16k stars 312 forks source link

Compatibility with android Support Library (Xamarin) #66

Open MichaelShapiro opened 5 years ago

MichaelShapiro commented 5 years ago

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?

MichaelShapiro commented 4 years ago

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