Question

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

Was it helpful?

Solution

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

Please use webview for .gif file

Demo

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top