In my application i need to get some data from server using http.
The data that i get is in xml.
one of this data fields is bitmap that suppose to come from the server as byte[].
Now, i scanning the xml and i see that the object type is Text – and i dont know how to convert is to bitmap.
How to solve this ?
Thanks for any help.
You can use
Hope this may help to you.