kymjs / KJFrameForAndroid

An Android library and includes ActivityFrame, KJHttp, KJBitmap, KJDataBase. KJFrameForAndroid is designed to wrap complexity of the Android native SDK and keep things simple.
https://www.kymjs.com/
Apache License 2.0
1.95k stars 787 forks source link

文件上传进度问题 #45

Open LiYangACG opened 9 years ago

LiYangACG commented 9 years ago

在HttpCallBack内只有一个onLoading()的回调方法,该方法就只在文件下载时才会被回调,调用哪个方法如何才能实现文件上传的进度。