I started a shared project and I'm building my app using xamarin forms.
When I was trying to use Xamarin Mobile reference I noticed that I might have to create an activity(in case of android) so I can call MediaPicker construtctor which needs an Android.Content.Context as argument.
As I said before I builded my app in a shared project using Xamarin forms and I'm navigating through content pages, how can I navigate between a content page to an Android Activity in my shared project? ( Don't even know if it is possible )