How do I play GIF files on Android?

Asked 2 years ago, Updated 2 years ago, 22 views

I need to play the gif file now. I looked it up, but the methods are all too complicated and difficult. http://developer.android.com/intl/ko/reference/android/graphics/drawable/AnimationDrawable.html I think it's a little different from what I want. I just want to play the gif file directly, but these are the ones that divide the frame and save it and play it? I think it's that way. Is there any other easy way?

android animated-gif

2022-09-21 15:58

1 Answers

When I searched for open source related to gif, I found something like this. https://github.com/felipecsl/GifImageView It would be easy to apply.


2022-09-21 15:58

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.