سؤال

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