vince-styling / Netroid

Netroid is a Http Framework for Android that based on Volley
http://netroid.vincestyling.com/
285 stars 126 forks source link

Download multiple files parallely... #16

Open arpitjoshi08 opened 8 years ago

arpitjoshi08 commented 8 years ago

Hello. plzz elaborate .....is it possible to download multiple files asynchronously or parallely ?

vince-styling commented 8 years ago

when start the FileDownloader, we can set parallel task count, just check the javadoc for details http://netroid.cn/javadoc/com/duowan/mobile/netroid/toolbox/FileDownloader.html#FileDownloader(com.duowan.mobile.netroid.RequestQueue, int)

arpitjoshi08 commented 8 years ago

Thanks vince-styling for reply...Its working ...Done...! ..close this issue...