Hello everyone,
I am new to Xamarin, but learning quickly. I have what is hopefully a straightforward question. I know that I can customize Xamarin Forms controls per platform using custom renderers, and I also know that I can use native controls that have 0-param constructors with dependency service.
my question is, how do I use a native control (specifically Android ImageView... and eventually obviously WinPhone and iOS counterparts) in my Xamarin Forms PCL app? A very simple example would go a long way, since I'm just having trouble getting my head around how I would define an interface which would set parameters like buffering, image source, etc. on the platform-specific controls.
Thanks for your help!