You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PipelineDraweeController controller = (PipelineDraweeController)
Fresco.newDraweeControllerBuilder()
.setImageRequest(request)
.setOldController(image2.getController())
// other setters as you need
.build();
mSimpleDraweeView.setController(controller);
I wonder what "image2 and mSimpleDraweeView" are.
Cloud I get a sample source code?
The text was updated successfully, but these errors were encountered:
PipelineDraweeController controller = (PipelineDraweeController)
Fresco.newDraweeControllerBuilder()
.setImageRequest(request)
.setOldController(image2.getController())
// other setters as you need
.build();
mSimpleDraweeView.setController(controller);
I wonder what "image2 and mSimpleDraweeView" are.
Cloud I get a sample source code?
The text was updated successfully, but these errors were encountered: