blink ImageView

code snippet

    final Animation animation = new AlphaAnimation(1, 0);
    animation.setDuration(1000); 
    animation.setInterpolator(new LinearInterpolator()); 
    animation.setRepeatCount(Animation.INFINITE); 
    animation.setRepeatMode(Animation.REVERSE); 
    imageButton.startAnimation(animation);

Set the background of ImageView as Transparent.

 

태그: 
youngdeok의 이미지

Language

Get in touch with us

"어떤 것을 완전히 알려거든 그것을 다른 이에게 가르쳐라."
- Tryon Edwards -