我想播放APNG文件,并在我的应用程序中创建动画贴纸,如LINE messenger!我可以使用一些工具创建apng,比如APNGAssembler。但我不知道如何在我的应用程序中播放动画png。
请帮帮我!
如果您想显示或创建apng文件,可以使用以下方法:https://github.com/oupson/Kapng-Android
将apng文件加载到imageView:的示例
ApngDecoder.decodeApngAsyncInto(context, URL("https://apng.onevcat.com/assets/elephant.png"), imageView)