Domanda

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

È stato utile?

Soluzione

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

Please use webview for .gif file

Demo

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top