Hi All,
I'm trying to implement a toolbaritem the way is defined in the xamarin store app.
For iOS I had no issues to do it, but for Android I wasn't able to finish it.
My idea is to create a PageRenderer of the ContentPage where I'm displaying the cart Item option.
But I don't understand how Forms works on Android. I think Forms is working always with one activity (the MainActivity) as I'm not able to override the method OnCreateOptionsMenu from the PageRenderer.
Can somebody guide me on how can I accomplish this?