svga / SVGAPlayer-Android

Similar to Lottie. Render After Effects / Animate CC (Flash) animations natively on Android and iOS, Web. 使用 SVGAPlayer 在 Android、iOS、Web中播放 After Effects / Animate CC (Flash) 动画。

Home Page:http://svga.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

现在这个缓存相关是不是跟文档有出入...

RMaple opened this issue · comments

如果要使用网络资源,假如是直接下载.svga的话,自建SVGAParser之前,得调一下SVGACache.onCreate(this.applicationContext,SVGACache.Type.FILE)吧,不然根据里面的判断,根本读不到缓存啊。

然后里面也有对压缩文件的解析,但是到里面会寻找movie.spec和movie.binary文件,这是啥,有点没搞明白,求大佬们指教