I am a novice back end developer. I am developing a REST webservice. My requirement is to send BLOB content from the server to Mobile Side. My douubt is, is it possible to send BLOB in XML or should I convert it into ByteArray and send it?
Share
First of all.
Convert your Bitmap into ByteArray and then Convert that byte array to Base64 String format and send that Base64 String format in xml.
Now send
encodedImagein your xml…Base64 to bitmap conversion