Showing gif in android

前端 未结 6 761
故里飘歌
故里飘歌 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:09

    Or you can simply add WebView to your xml and load the gif image inside the webview. You donot need to do anything else. The image will loop automatically inside the webview

提交回复
热议问题