Click here to Skip to main content
15,887,984 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
C#
I want to send images from wcf ksoap2 to android. I have tried converting images into byte array and stored them in an ArrayList. At android side I fill the ArrayList from wcf response. Now the problem is byte array is not receiving properly and byte array is not converting into Image/BufferedImage.

So whats the best way to receive images at android. I want to transfer 15-20 small size images at one time.
Posted

1 solution

My other update on the same question should help out take a look at transferring-byte-array-from-soap-service-to-android[^]

/Darren
 
Share this answer
 
Comments
yakhtarali 14-Jan-14 8:54am    
this is for one image, I want to transfer 10-15 images at a time. I am getting trouble with that. will you please tell me how can I transfer more than one image at a time?
Darren_vms 16-Jan-14 8:06am    
doesn't this depend on how the images are stored ? if they are stored as individual items that all need one request each then threading might be the answer. Of course store them in chunks of 10-15 and each request loads 10-15 items.

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