gifview 썸네일형 리스트형 [Android] GifView Local Gif 파일을 실행하는데 좋은 라이브러리가 있어서 공유하고자 합니다. https://github.com/koral--/android-gif-drawable-eclipse-sample try { GifDrawable gifDrawable = new GifDrawable(getResources(), R.drawable.giffile); mEmoticon.setImageDrawable(gifDrawable); } catch (Resources.NotFoundException e) { // TODO Auto-generated catch block if (RingQConfig.DEBUG) e.printStackTrace(); } catch (IOException e) { // TODO Auto-gene.. 더보기 이전 1 다음