AITBAALI Abderrahmane
AITBAALI Abderrahmane
This is a Great lib, I want to use it to add a counter badge to a normal imageview? this feature is supported?
``` public class ProfileFragment extends Fragment implements ActivityStarter { ..... profileImagePicker = new PicPicker(getContext(), this, new PicResultListener() { @Override public void onPictureResult(Bitmap bitmap) { updateProfile(bitmap); } }); profileImagePicker.camera(); ``` I've...