Picasso data library Uri base64 schema
I need help implementing a data uri schema image decoder, I am getting a url with a string containing a base64 encoded image with something like this :: "Data: image / JPEG; base64, / 9J / 4AAQSkZJ ..... TY3OD == "
Is there an existing decoder or example on how to implement it in picasso?
I'm currently using a modified version of the Mapping Bitmaps Efficiently example, but the caching is really basic.
Thanks in Advance. Roberto.
+3
Roberto fernandez
source
to share
No one has answered this question yet
Check out similar questions:
788
736
702
574
523
459
102
fourteen
ten
0