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?
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?
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/