Click here to Skip to main content
15,898,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I'm developing an Android application. I need to download more than 50 images on each sign in. It takes more time to download. Is there any way to make it more fast. Is it better to use thread to download each image(one thread/One image). Any problem on that... ? Will it be a success ? Is there any limit to create threads?

Thanks in Advance
Posted
Updated 21-Aug-11 23:46pm
v3

1 solution

While dual-core smartphone does exist I would say using threads wont speed anything up. It will help you having a responsive application though. Your main problem is the users bandwidth which you can't control, depends on what they pay for and their location.
 
Share this answer
 
Comments
Silju MC 22-Aug-11 6:48am    
U are right, bandwidth might be a problem. I think that if use threads we can have parallel downloads. Right ?
Silju MC 22-Aug-11 6:49am    
Two threads can download two images in parallel. am i correct?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900