How to configure my custom bootloader? I do not see the Builder method to change the loader class.
I want to use the Google HTTP client library, and I have a subclass like this:
import com.nostra13.universalimageloader.core.download.BaseImageDownloader; public class GoogleHttpDownloader extends BaseImageDownloader {
But how to force UIL to use?
Thanks.
Vinz486
source share