I've been looking into this image cropper that I found https://github.com/mikescandy/Xamarin-Cropper
I used it on my Android Studio project and it works but I don't know how to implement it on Xamarin Visual Studio for Android. I'm learning both platforms to increase my knowledge but I'm having a hard time implementing the cropper.
I checked the guide that was included there but it's for Android Studio and still, I can't make it work. The sample that was included makes me lost.
Anyone know how to implement it properly? I manage to insert the CropView in my XAML file and initialize it but I'm just lost. Please help me, I want to learn.
EDIT: I still cant figure it out, anyone can help me?