Android Question Image URL and image base64

ALBRECHT

Active Member
Licensed User
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
 

ALBRECHT

Active Member
Licensed User
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 ...

Thanks for your library, according to you which is the fastest of the 2 ways , when the json is full of base64 images or is it always better to work with images url ?

To avoid OutofMemory or other PBS Like long Time Execution or waiting delay
 
Last edited:
Upvote 0
Top