Skip to content
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

Can fresco load an image without SimpleDraweeView ? #145

Closed
bjzhou opened this issue Apr 14, 2015 · 3 comments
Closed

Can fresco load an image without SimpleDraweeView ? #145

bjzhou opened this issue Apr 14, 2015 · 3 comments

Comments

@bjzhou
Copy link

bjzhou commented Apr 14, 2015

How can I do this simply?

@IanChilds
Copy link
Contributor

@bjzhou
Copy link
Author

bjzhou commented Apr 14, 2015

@IanChilds Thanks, but I want to find an easier way to do this, seems no yet. What I want is I send a request, then fresco give me a bitmap, and fresco will manage the cache for me

@plamenko
Copy link
Contributor

Our image pipeline requires bitmaps to be manually disposed once not needed anymore and this is hard to do. That's why it is highly recomended to use Drawee for displaying images, as it takes care of all that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants