cardslib icon indicating copy to clipboard operation
cardslib copied to clipboard

Provide a way to supply custom executor for thumbnail creation

Open vit001 opened this issue 9 years ago • 0 comments

The library uses stock AsyncTask. Since honeycomb stock AsyncTask is limited to 1 thread process-wide. My app uses numerous other AsyncTasks, which causes the thumbnail creation to hang until other AsyncTasks finish. The user sees blank thumbnails for a few seconds. Please provide a way for me to supply an executor to fix this problem. Thank you.

vit001 avatar Jan 08 '16 22:01 vit001