byte array로 전달 받은 gif data를 아래와 같이 디코딩 후 각 프레임 별 bitmap을 뽑아 오는 방법이 있나요?
Movie movie = Movie.decodeByteArray(data, 0, size);