Android

Flash or Pulse Animation for a Button Android

Posted on

At times we may require to get user’s attention to click on a Button, to view some important information in app. For this purpose Flash or Pulse animation helps us very well. Below are code snippets to implement these animations. Implementing Flash animation We can use AnimationDrawable class, to add frames of two different colours, which […]