-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save to a File API #506
Comments
I get it |
any news on this? |
Guys since we dont have this feature implemented you could use this solution: http://stackoverflow.com/questions/32799353/saving-image-from-url-using-picasso |
That's precisely what we're trying to avoid. Needlessly roundtripping
through Bitmap and the main thread just to write a file.
…On Sun, Apr 16, 2017, 1:11 PM Maiko Trindade ***@***.***> wrote:
Guys since we dont have this feature implemented you could use this
solution:
http://stackoverflow.com/questions/32799353/saving-image-from-url-using-picasso
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#506 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAEEEaln8SCGVDph3JdynokL7cEkFnlmks5rwkumgaJpZM4B7dAE>
.
|
Any update or plans about this issue? |
Error:In FontFamilyFont, unable to find attribute android:fontWeight and Error:In FontFamilyFont, unable to find attribute android:font please tell me why and we should do for this questions? thanks!!! version is 1.4.5 |
Duping onto #1049. |
If you download an image, there's no easy way to save that to the FS for sharing, attaching to email, etc. It should be synchronous and avoid decoding the image.
.save(File)
The text was updated successfully, but these errors were encountered: