Open brijhub opened 6 years ago
I'm compressing multiple images in for loop and I want to show progress dialog until compression for all images are done. How do I get any callback so I can Dismiss my dialog once the compression is done.
Looking for help
you can use an IntentService and do all your operations from there. When you are done, you can notify your component listening for the event
I'm compressing multiple images in for loop and I want to show progress dialog until compression for all images are done. How do I get any callback so I can Dismiss my dialog once the compression is done.
Looking for help