mintube
mintube copied to clipboard
Run on real multi-thread?
Don't know whether you've been aware of this. After API 11, tasks scheduled by AsyncTask.execute() will be executed on the same thread sequentially. Within method setImageTitlezAuthor, AsyncTask.execute is used to get the image and the details from the internet. What about using executeOnExecutor to make them executed on multiple threads?