Aspsine / MultiThreadDownload

Android Multi-Thread Download library
908 stars 284 forks source link

i have one problem please help me #106

Open SunryTeang opened 6 years ago

SunryTeang commented 6 years ago

i want to set auto download by set range number

salehmosleh commented 6 years ago

Explain more please .

SunryTeang commented 6 years ago

@salehmosleh

i have click 5 item download and then i don't want to download all the item in the same time i want to download one item after it complete it auto start other items

===== it like set schedule to download after one complete

salehmosleh commented 6 years ago

You have to set 'setMaxThreadNum' to 1 : configuration.setMaxThreadNum(1); It pushs new downloads to a queue.

SunryTeang commented 6 years ago

Ok @salehmosleh thank you so much i got it with your answer