You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we use glide library, we can download the picture and return the file. As follows: val file = Glide.with(context).asFile().load("https://www.example.com/image.jpg").submit().get()
But coil don't implement this function. It only can return the drawable.
Can you implement this function like glide sdk
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
If we use glide library, we can download the picture and return the file. As follows:
val file = Glide.with(context).asFile().load("https://www.example.com/image.jpg").submit().get()
But coil don't implement this function. It only can return the drawable.
Can you implement this function like glide sdk
Beta Was this translation helpful? Give feedback.
All reactions