Hi,
I have create a app in xamarin forms, in this app i have list of images, i need when i click on any image it will save to Album. in ios its working fine with below code:
Image.SaveToPhotosAlbum((image, error) => {
});
i did not find any solution for android to Save the Photo to album. please help if any one know how its work in android.
Thanks