FastDownloader icon indicating copy to clipboard operation
FastDownloader copied to clipboard

基于Okhttp, 结合Retrofit,使用Okio ,简化处理I/O操作,加入多种设计模式,实现基于链式的android平台多线程下载利器!

Results 13 FastDownloader issues
Sort by recently updated
recently updated
newest added

DLRunningQueue()构造方法里面有这一句 `int normalMax = DLSettings.getInstance(null).getMaxDownloadCount(); 然后在DLSettings的构造方法里面 `DOWN_PATH = mContext.getPackageName() + DOWN_PATH;` mContext必然为空,会报空指针,不是很明白为什么要这么写?

大佬,能提供一份架构图吗,有点乱啊

兄弟不靠谱啊!!!!! java.lang.NullPointerException: Attempt to invoke interface method 'com.tamic.rx.fastdown.listener.IUIDownHandler com.tamic.rx.fastdown.listener.IDownloadListener.onHander()' on a null object reference at com.tamic.rx.fastdown.core.RxDLController.refreshDownloadingInfo(RxDLController.java:118) at com.tamic.rx.fastdown.core.RxDownloadManager$UIHandler.handleMessage(RxDownloadManager.java:681) at android.os.Handler.dispatchMessage(Handler.java:102)

compile 'com.tamic.fastdownloader:Android-FastDownloader:1.0.3' Android-FastDownloader 有提供源码吗

为什么不直接在这个项目里把源码顺带一起打包呢 还有一个 你打包arr上传很容易和其他项目的配置引起冲突的 引用了哪些第三方库也没有说明 库里应该保持干净的代码

http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.tamic.fastdownloader%22 maven 仓库找不到该库了