Android ksoap calls WebService to upload multiple pictures in batches
Android ksoap calls WebService to upload multiple pictures in batches
I've been developing apps these days. Alas, everything is the first contact. I think I'm self-taught in Java and Android. I haven't given up. I wanted to give up. But I thought my parents would send me to school. I can't play games in the dormitory and join the school laboratory. I came to study without classes all day. Of course, there are like-minded people here. Work hard and make progress together! Although the university has been working hard to learn technology in recent years, it has not participated in any activities, let alone find a female partner! I still knock the code honestly. Success brings me great potential. New technology always attracts me. Do your own project, alas! It seems to be off the topic. Let's get down to business! A few days ago, we talked about how Android uploads pictures to the designated server through WebService. However, this is far from meeting the demand, so I just like how to upload multiple pictures. After thinking about it, I went online and looked at it. Alas, there is no specific code. You copy mine and I copy yours. Maybe this is the habit of Chinese people, It's really a mistake to take it without verifying the correctness of the code.
So I must write a blog to make up for this sad vacancy, so that Android developers can no longer feel distressed and let my friends find confidence.
Let's look at my step-by-step writing! Look carefully, maybe the method is not perfect, but I must have written it step by step.
First of all, friends must understand the java thread pool management class, which is more important. Executorservice Click to open
This elder brother speaks well. After understanding executorservice, it's easier to look at the code
Here is my code implementation
Defines the size of the thread pool
Thread start
Finally, the method of uploading pictures in batches
Finally, submit the soap method, which I have written hundreds of times
Configuration class
In fact, Android development is still very simple. As long as you knock hard, think more about development ideas and know more about development APIs, one day you will find yourself very awesome, ha ha