Open thefex opened 8 years ago
I am working on that on that branch: https://github.com/thefex/MvvmCross-Forms/tree/feature_classic-xamarin-with-forms-coexistence
Looks promising but I've just started.
How is this looking? Here you are looking for a way to use non-Forms on a Forms project. Besides this, I wonder if there is a way that WPF and Mac (non-Forms) can still be supported.
I am working at implementing support for coexistence of Classic Xamarin MvvmCross with Xamarin.Forms.
That would give ability for Xamarin.Forms to live along with classic Xamarin (MvvmCross). Finally it should allow to:
That would give us a chance to write mixed application Forms/Classic API. For things that are easy to implement with Forms (ex. list view with button) - we would go with Forms. For things that are tough/platform-specified/unimplementable in Forms we could use the old, good classic Xamarin.
Besides that in my honest opinion - support of Classic MvvmCross with Forms coexistence brings Forms to right track as a tool which "complements standard API's" instead of "do everything in that"