I'm working on a xamarin PCL project and I want to implement a print function. In my shared code, I have a grid that contains a content view. the content view contains another grid with a custom list that contains data I want to print. as a toolbar item, i have a print button that calls in a dependency service but I don't know how to implement a print functionality for xamarin PCL content views.
The main platform is up.
Any help?