반응형
android 에서 gif 재생하기 - GifDrawable. ( Open Source LIbrary ) |
https://github.com/koral--/android-gif-drawable
안드로이드는 기본 GIF 파일을 자동으로 draw 하지 못한다.
하지만 이 GifDrawable open source 는 이를 지원한다.
이 녀석은 NDK 를 사용해서 frame 을 render 하기 때문에, 기존의 WebView 나 Movie class 를 이용하여 rendering 하는 것보다 훨씬 효율적이다.
반응형
'프로그래밍 놀이터 > 안드로이드, Java' 카테고리의 다른 글
[android] rooting 없이 db 내용 보기. ( open source library ) (2) | 2014.04.17 |
---|---|
[android] findViewById casting bolierplate removal. (0) | 2014.04.17 |
[JNI] bitmap handling source code frame. (2) | 2014.04.16 |
[android] support v4 에 추가된 SwipeRefreshLayout. (0) | 2014.04.15 |
[android] ellipsize="marquee" not working (0) | 2014.04.15 |
댓글