Hello,
I'm fairly new to Xamarin and I'm wondering if anyone here has any experience of organizing your project's architecture vertically?
What I'm trying to achieve is one or several features that should be combined into one project (e.g. Info view, Contact view) and then every app that should use these features can import that project into there respectively solution.
Is this possible?