PGAndroid

Results 1 comments of PGAndroid

If you want to get circular image by using this then you must use this. ``` Bitmap bitmap = ivCrop.getCroppedBitmap(); Bitmap circularBitmap = ImageUtils.getCircularBitmap(bitmap); img_cropedWheel.setImageBitmap(circularBitmap); ``` This will give your...