Hello, We have an endpoint /customer/image.jpg tha...
# android
p
Hello, We have an endpoint /customer/image.jpg that returns: { base64Image: "data:image/jspeg;base64jgsjdhgfsjdhgfjshd" } We want to load this encoded image using coil ->> AsyncImage method. We have long list of data. Is it correct implementation from backed team that returns base64 json data that need to be parse first then load into Image composable. Do we any other optimal solution using compose or native framework? (edited)
c
Please don’t cross post to multiple channels. And as your question is compose related delete this one please.
Please refrain from cross-posting the same message on multiple channels. It is considered spamming
https://kotlinlang.org/docs/slack-code-of-conduct.html#basic-usage-guidelines
👍 1