FrescoFaceDetectionProcessor icon indicating copy to clipboard operation
FrescoFaceDetectionProcessor copied to clipboard

How can I set "image2 and mSimpleDraweeView" in the source?

Open wann2 opened this issue 6 years ago • 0 comments

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?

wann2 avatar Sep 14 '19 08:09 wann2