Pressed Listener for a View

Posted by michael on Stack Overflow See other posts from Stack Overflow or by michael
Published on 2010-05-04T20:44:14Z Indexed on 2010/05/04 20:48 UTC
Read the original article Hit count: 113

Filed under:

Hi,

In android, is there such a thing for listening if a View is pressed? In background drawable, i can set assert depends on the view is pressed or not.

Is it possible for me to add a Listener for a View when I pressed it?

Thank you.

© Stack Overflow or respective owner

Related posts about android