Hello,
I am working with 2 types of image sources:
- IMG downloaded from an URL and
- images returned into a json with base64 format.
1/ But i do not know how to put the image b64 in an image view,
2/ in the meantime and until today, I do like this: I first copy the image datas from base64 to a new file into the server and return the URL of that new file thus created ...
3/ do you know which is the fastest of the 2 ways ?
Thanks for your advises
I am working with 2 types of image sources:
- IMG downloaded from an URL and
- images returned into a json with base64 format.
1/ But i do not know how to put the image b64 in an image view,
2/ in the meantime and until today, I do like this: I first copy the image datas from base64 to a new file into the server and return the URL of that new file thus created ...
3/ do you know which is the fastest of the 2 ways ?
Thanks for your advises