Earlier, I thought that Fresco can be used as a complete replacement of Picasso.
For example, I can use Picasso to load a Bitmap and set it on any view using solution as suggested on this SO answer.
Is this supported with Fresco?
To be more specific with my question, is it possible to set a loaded image using Fresco on any View, without having to create a custom View?