square / picasso

A powerful image downloading and caching library for Android
https://square.github.io/picasso/
Apache License 2.0
18.72k stars 3.97k forks source link

Picasso Lag in DialogFragment vs Activity #1476

Open timothyjc opened 8 years ago

timothyjc commented 8 years ago

I noticed some lag when I use Picasso in a DialogFragment vs an Activity. I am loading URIs such as this: android.resource://com.skykonig.acornicons/drawable/appdrawer6

Running on my Nexus5 with Marshmallow.

I have created a sample project which illustrates the issue: https://github.com/timothyjc/TestPicasso2 (the example project needs Acorn Icon pack installed).

I made a video but it's a little hard to see the lag well from it: https://drive.google.com/file/d/0B-WwOSrV1pn-Q09TbGJzajhCeW8/view

Copy33 commented 7 years ago

can you share your dialog fragment code?