YASHPALSINH RAJ

Results 2 comments of YASHPALSINH RAJ

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,...