DEV Community

Discussion on: We worked with Xamarin for almost three years, this is what we learned

Collapse
 
gregoryshields profile image
Gregory Shields • Edited

You said that the "UI components and the UI logic were built in a native project, that was compiled to a native library. These libraries were then consumed in a Xamarin Bindings project..."

Can you be more specific about how you accomplished this? How do you "connect the UI components to the Xamarin environment"? I know you said that abstract classes created in the native project were implemented in the Xamarin project, which would mean somehow in a controller class in the Xamarin iOS project, but I still don't quite get how the code in the library can take over and create the UI.

Please forgive my mental block.
Thanks