Im wondering whether there is a library or a way to display .avif images on android versions lower than 12, since avif is supported from android 12+.
I tried using Glide and Picasso, but it just displays a empty view, when passing on an avif file format URL, on an android 9.0.
Any help is greatly appreciated