Android Crop Image Using UCrop Library
Almost in every Android Application, we ask users to add profile picture when signing up and after that, we simply upload the avatar to our backend. But, before uploading that avatar, sometimes, we need to crop the selected image. So, today I would like to talk about how we can select an image from Gallery…