Android Development Notes (180) Use Glide to load special images

Android has added a new image decoder, ImageDecoder, since 9.0, which supports direct reading of graphical data from GIF files and the graphics tool Animatable to display GIF motions on image views. Although GIF animations can be played on the interface through ImageDecoder, the implementation code is bloated on one hand and Android9 on the oth ...

Posted by sayoko on Thu, 20 Jan 2022 09:43:40 +0100