Apeplan / gifview2

Automatically exported from code.google.com/p/gifview2
0 stars 0 forks source link

我认为作者写的滑动窗口基本上没什么作用,还不如边解析边绘制。 #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1)我认为作者写的滑动窗口基本上没什么作用,还不如边解�
��边绘制。
2)同时,不建议对于解码之后的相关工作都放在主线程中,�
��有绘制UI的部分才需要放在ActivityThread中,其它sleep等操作不
能放到主线程中。
3)其实解码线程一直运行while(true)的方式运行,早晚会溢�
��的,建议Decoder 
Thread对Gif解码循环一次就结束了,通过parseReturn回调再通过han
dler再重新启动Decoder线程,这样子就会保证不会出现OOM。

Original issue reported on code.google.com by zhaoyanc...@163.com on 19 Nov 2013 at 6:47

GoogleCodeExporter commented 8 years ago
只是个人的建议,如果能对大家有益最好了,没有帮助也没��
�系,大家共同交流探讨!

Original comment by zhaoyanc...@163.com on 19 Nov 2013 at 6:49