YASHPALSINH RAJ
Results
2
comments of
YASHPALSINH RAJ
I am facing the same Error. Any Solution?
Replace "**getBitmap**" function in **PickImageFragment** with below code: private Bitmap getBitmap(Uri selectedimg) throws IOException { BitmapFactory.Options options = new BitmapFactory.Options(); options.inSampleSize = 3; AssetFileDescriptor fileDescriptor = null; fileDescriptor = getActivity().getContentResolver().openAssetFileDescriptor(selectedimg,...