fresco
fresco copied to clipboard
An Android library for managing images and the memory they use.
Results
122
fresco issues
Sort by
recently updated
recently updated
newest added
### Description I have looked through fresco release notes and unfortunately haven't found first release where Vito support was first added. I am looking to migrate large project from Glide...
### Description When initializing the library, it takes a significant amount of time (P99 of 400 ms). The code we use to initialize: `Fresco.initialize(context, ImagePipelineConfig.create(...), FrescoDraweeConfig.create())` ### Reproduction Initialize the...