End threads on end of lifecycle
Open
approved
enhancement
technical debt
- Dominant language
- Kotlin
- Stars
- 5.6k
- Forks
- 2k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 92
Description
For example if you have a list of files, for which thumbnails needs to be generated, these ~10 are queued and executed in this order. If you meanwhile click on an image, the generation of the resized image/scale down of the big image is done afterwards.
--> Every fragment / activity should "kill" their threads when it is closed/hidden.
Contributor guide
Assessment
This issue has not been assessed yet.