AbhiHearty

Results 1 comments of AbhiHearty

Hi vishant16, Please follow as below , @Override public void onAttach(Context context) { super.onAttach(context); mImageEditorView = (ImageEditorView) getActivity().findViewById(R.id.image_editor_view); } Remove mImageEditorView from on create .. If you are facing any...