How can I decode animated webp using android 4.0+

Use webp like this

Bitmap bitmap = BitmapFactory.decodeResource(getResources(), R.raw.webp);
imageView.setImageBitmap(bitmap);

      

webp is fine. but the animated webp cannot decode the bitmap.

+3
android webp


source to share


No one has answered this question yet

Check out similar questions:

3295
Why is the Android emulator so slow? How can we speed up the development of an Android emulator?
2510
How to persist android activity state by persisting instance state?
421
Android: expand / collapse animation
363
How to convert Bitmap to Drawable in Android?
7
JPG vs. WebP Performance on Android
4
How to encode WebP animation on Android
2
How to show web animation in Android
1
Android animated website
1
Why is the time to decode longer for animated webP?
0
Error decoding animated webp iOS



All Articles
Loading...
X
Show
Funny
Dev
Pics