My layout have lots of imageviews. I want to show .gif animated file in just one imageview. I tried Yash method (Adding gif image in an ImageView in android) but .gif file s
Best and easiest solution to display GIF image in Android and it will work perfectly:
Open layout folder and put this code where you want to display GIF image: e-g activity_main.xml
android:src="@drawable/your_gif_file_name", Replace 'your_gif_file_name' with your desired gif image file