Android/Custom ImageView Ani 썸네일형 리스트형 Android Custom ImageView Frame Animation Android 에서 ImageView클래스를 상속하여 Frame Animation을 구현해본 예 사용된 이미지: StarTwinkleImageView.java package com.dearpeople.android.test.ani; import android.content.Context; import android.graphics.drawable.AnimationDrawable; import android.util.AttributeSet; import android.widget.ImageView; public class StarTwinkleImageView extends ImageView { AnimationDrawable animation; public StarTwinkleImageView(Contex.. 더보기 이전 1 다음