Using Facebook's Fresco to load a bitmap

后端 未结 5 1035
自闭症患者
自闭症患者 2020-12-06 01:59

I\'m trying to replace Picasso in my android app with Fresco. However I am unsure of how to simply load a bitmap using Fresco.

With Picasso I would just do the foll

5条回答
  •  [愿得一人]
    2020-12-06 02:08

    You would use Fresco's image pipeline directly for this:

    http://frescolib.org/docs/using-image-pipeline.html

    Though if you don't mind my asking - what is the motivation here? Why do you need the Bitmap itself?

提交回复
热议问题