Bitmap to Drawable
RoundedBitmapDrawable circularBitmapDrawable =RoundedBitmapDrawableFactory.create(AppApplication.getContext().getResources(), bitmap);
circularBitmapDrawable.setCircular(true);
Bitmap to Drawable
RoundedBitmapDrawable circularBitmapDrawable =RoundedBitmapDrawableFactory.create(AppApplication.getContext().getResources(), bitmap);
circularBitmapDrawable.setCircular(true);