i want to make a button on that click event focus effect keeps on blinking for few seconds.
how to do?
please help me..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think you should investivate the Android Animation Framework, great blog post here: (http://www.hascode.com/2010/09/playing-around-with-the-android-animation-framework/)
You could easily implement the blinking by adjusting the alpha (transparency) value of the object.