草庐IT

CustomTransformation

全部标签

android - Glide 库中的 BitmapTransformation 未按预期工作

我是Glide库的新手,遵循此处的转换指南:https://github.com/bumptech/glide/wiki/Transformations我正在尝试创建一个自定义转换,但是当我在Transformation类的transform方法中放置一个断线时,我可以看到它从未被调用。下面是我的代码:privatestaticclassCustomTransformationextendsBitmapTransformation{privateContextaContext;publicCustomTransformation(Contextcontext){super(contex