문제

i am trying to create android splash screen which has gif image to be displayed but android doesn't support gif image so well so i am confused which one to use for gif image whether to use Movie or webview... can anyone suggest me a better website with good example..

thanks

도움이 되었습니까?

해결책

WebView wv = (WebView) findViewById(R.id.webView1);
wv.loadUrl("file:///android_asset/anim5.gif");

Please use webview for .gif file

Demo

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top