Bruce,
Ive made an app using Basic4Android, native app fro Android... (xcelente, by the way...)
This app uses Sqlite to store a table with some fields and a blob for a image.
The app connects to a NT WebService, Soaop, no matter XML or Json is the same, and downloads a list of Adresses for the user to be visited and stores it in the Sqlite table.
The user goes away, disconnected from the web... it takes pictures from the Adrresses of the list.
The pictures are stored in the blob of the Sqlite record.
Onces the user is back and connected it need to send the pictures to the NT WS for it to be saved in the NT blob database.
How to send te Sqlite blob field to the NT WS in xml or json?
PD: Now Im sending the images to a PHP server, mi need is to get rid of the PHP server and if I cant send the images via Soap/Blob then, may be, theres a way to send the images to the NT server... using FTP?