我想播放APNG个文件,并在我的应用中创建动画贴纸,如LINE messenger! 我可以使用APNG Assembler之类的工具创建apng。但我不知道如何在我的应用程序中播放动画png。
请帮助我!答案 0 :(得分:2)
如果要显示或创建apng文件,可以使用以下命令:https://github.com/oupson/Kapng-Android
将apng文件加载到imageView的示例:
val animator = ApngAnimator(context).loadInto(imageView)
animator.load("https://apng.onevcat.com/assets/elephant.gif")