Questions tagged [simpledraweeview]

3 questions
2
votes
0 answers

Fresco : A question on Inner workings when using data uri for loading images/animations (webp/gif)

So, we are using Fresco in our android app and so far it has been great. There is one issue that we are seeing when we load an image of size 8000x4500. We are seeing a Jank when that image is being loaded in the list on all devices and on some lower…
500865
  • 6,920
  • 7
  • 44
  • 87
0
votes
1 answer

How to show Gif animation only once then show placeholder image in version 2.6.0 android

I am using fresco 2.6.0 library for loading a gif animation into imageView, our requirement is to play animation just once and then show placeholder or source image in that image view. We don't want to use glide as the animations looks…
0
votes
1 answer

Image loaded badly in SimpleDraweeView with frescolib in android

I am using frescolib on my application to load images from url. However, I am experiencing a problem within the objects of the recyclerview. Specifically I need to center the images in SimpleDraweeView while keeping the format. So I'm using the…
ghost
  • 39
  • 1
  • 1
  • 3