Alex Morozov

Results 2 issues of Alex Morozov

Memory optimisation fix. In current implementation to get cropped image bitmap is uploaded to memory three times: 1st time - original imgae in tryLoadBitmap() method - by BitmapFactory.decodeStream(is, null, options);...