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

Memory leak #18

Open
sfariv opened this issue Oct 10, 2012 · 5 comments
Open

Memory leak #18

sfariv opened this issue Oct 10, 2012 · 5 comments

Comments

@sfariv
Copy link

sfariv commented Oct 10, 2012

Hi,

I am trying to use Horizontal list view but it is causing memory leak.
Any guess where is the issue?

Thanks,

@httpdispatch
Copy link

do you use scrollTo method?

@henrikpersson
Copy link

@sfariv Do you have a static reference to the adapter anywhere outside the HorizontalListView?

@JiraiyaJunya
Copy link

when use scroll to function,it would call "getView()" over and over again...

@Code89757
Copy link

Memory leak can be the cause of RecycleBin ,Children Views can not reused.

@sfariv
Copy link
Author

sfariv commented Apr 13, 2013

Sorry for late answer, I resolved the memory leak long time back. the reason was the class that I had for downloading images on the horizontallistview.
Still, I can see that children views are remaining in the memory for very long time which means they are not being recycled properly. I have not update my code to the latest revision though.

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

5 participants