如何在android中播放APNG文件

far*_*ran 6 android apng

我想在我的应用程序中播放APNG文件并创建动画贴纸,如LINE messenger!我可以使用像APNG Assembler这样的工具创建apng .但我不知道如何在我的应用程序中播放动画png.

请帮帮我!

oup*_*son 3

如果你想显示或创建 apng 文件,你可以使用这个: https: //github.com/oupson/Kapng-Android

将 apng 文件加载到 imageView 的示例:

ApngDecoder.decodeApngAsyncInto(context, URL("https://apng.onevcat.com/assets/elephant.png"), imageView)
Run Code Online (Sandbox Code Playgroud)