Reputation: 21
As i have seen some library on github https://github.com/koral--/android-gif-drawable
but for implementing this is too hactic for like me freshers.
Is there any possible way to use gif image in android?
Upvotes: 2
Views: 18487
Reputation: 669
Of course there is an another way to implement gif format on Android. Check that page for which formats are supported by Android platform.
http://developer.android.com/guide/topics/resources/drawable-resource.html
If you want to use another library like that on github link(import library issue) check that
http://www.appcelerator.com/blog/2011/11/integrating-an-external-library-in-an-android-module/
Upvotes: 1