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

Not call to Bitmap.recycle(); #30

Closed
nicolasjafelle opened this issue Jan 28, 2013 · 1 comment
Closed

Not call to Bitmap.recycle(); #30

nicolasjafelle opened this issue Jan 28, 2013 · 1 comment

Comments

@nicolasjafelle
Copy link

Hi!
I am implementing this LazyList into my app and I realize that in the library never call to Bitmap.recycle() to free some memory.
Is this correct?? Thanks in advance!

Cheers,
Nicolas

@thest1
Copy link
Owner

thest1 commented Jan 29, 2013

Yes that's correct. Bitmaps are recycled by garbage collector.

@thest1 thest1 closed this as completed Jan 29, 2013
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

2 participants