cardslib
cardslib copied to clipboard
Provide a way to supply custom executor for thumbnail creation
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.