0

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

Hamid Shatu
  • 9,664
  • 4
  • 30
  • 41
andy
  • 53
  • 2
  • 11

1 Answers1

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

Please use webview for .gif file

Demo

Kanaiya Katarmal
  • 5,974
  • 4
  • 30
  • 56