ArthurHub / ArthurHub/Android-Image-Cropper
Can't call cropImageView.getCroppedImage() inside asynctask's doinbackground method.
Open
- Dominant language
- Java
- Stars
- 6.4k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
Can't call `cropImageView.getCroppedImage()` inside `asynctask`'s `doinbackground` method when big size image (25 Megabyte). That's why I can't use progressbar for this method.
& it takes too long to respond.
`runUiThread()` inside `doInBackground` method avoides progressbar. That's why I don't use `runUiThread()` inside `doInBackground` method.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.