Hello
I have made a really simple camera app in Xamarin Forms, I have it so there is a button that will access the camera and the user can take a photo it will then go back to the app and display the photo. I want to be able to then have a button that when clicked sends that photo to another page in a grid view, the user would be able to do this over and over. When done there would be another button when clicked takes the user to the page with all the images on. Is this possible, I have looked everywhere and cannot find a answer.
Thanks