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

Use Picasso for ParseImageView (suggestion) #109

Open
stefanocoding opened this issue Dec 10, 2015 · 2 comments
Open

Use Picasso for ParseImageView (suggestion) #109

stefanocoding opened this issue Dec 10, 2015 · 2 comments

Comments

@stefanocoding
Copy link

Hi, it's just a suggestion.

I am using a ListView and ParseQueryAdapter with custom rows, and each of this rows includes an image. The problem when using ParseImageView was that each time I pressed "Load more" (because I'm using pagination) every ParseImageView in the ListView will show the placeholder again.
Now that I'm using Picasso it doesn't happen, the placeholder is only shown for images that were not loaded already.

So, my suggestion is that you can use the Picasso library for loading ParseImageView.

Thanks.

@marios-codes
Copy link

I had the same issue as the op, and picasso library solved the stutters and flickering..

@natario1
Copy link

I would also agree with this, and Picasso is not the only library out there with advanced cached strategies, which are clearly not implemented in (and out of scope for) Parse UI. As always, no need to reinvent the wheel. All adapter-based views look just bad with ParseImageView. Please consider this.

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

No branches or pull requests

4 participants