panpf / sketch

Sketch is an image loading library designed for Compose Multiplatform and Android View. It is powerful and rich in functions. In addition to basic functions, it also supports GIF, SVG, video thumbnails, Exif Orientation, etc.
Apache License 2.0
2.05k stars 309 forks source link

建议教程更新下自定义configuration #116

Closed muziling closed 2 years ago

muziling commented 5 years ago

以为在application初始化类里 Sketch.with(this).configuration.setHttpStack( 自定义 ) 等设置自已想要的参数就可以了,结果一直没生效,查了demo原来要用 me.panpf.sketch.Initializer 才行。