Hello,
I am new to Xamarin and think I finally have some of the basics down. However, I'm completely new to the Shared vs PCL concepts. I'd like some advice on which route I should go.
My project is an iOS & Android app. I will be using EmguCV to handle image processing. My goal is to take a picture from the device's camera in-app, and the app will automatically process and save some data about what it found. I am the only developer, so there isn't anyone else that will be contributing at this time.
Should I be using a Shared Project, or PCL? Any tips, thoughts, etc are greatly appreciated!