Showing gif in android

前端 未结 6 763
故里飘歌
故里飘歌 2020-12-03 01:41

i have this code to show gif image with Movie.

public class GIFView extends View{        
private Movie movie;  
private InputStream is;  
private long movie         


        
6条回答
  •  独厮守ぢ
    2020-12-03 02:18

    in your AndroidManifest.xml, set the following attribute to your Application:

    android:hardwareAccelerated="false"

提交回复
热议问题