Hi all,
My app needs to have continuous online connection for communication with a database. I use HttpUtils for this and POST messages. This works perfectly so far.
Next to this, my app needs to 'upload' hundreds of pictures in a background thread with some additional information (again using POST messages).
Can somebody please explain me how I can do this the best so my app remains responsive at the same time? The pictures will be stored as JSon text in Base64 string together with the other fields for the POST message on the SD card.
Greetings,
Sigurd
My app needs to have continuous online connection for communication with a database. I use HttpUtils for this and POST messages. This works perfectly so far.
Next to this, my app needs to 'upload' hundreds of pictures in a background thread with some additional information (again using POST messages).
Can somebody please explain me how I can do this the best so my app remains responsive at the same time? The pictures will be stored as JSon text in Base64 string together with the other fields for the POST message on the SD card.
Greetings,
Sigurd