I was wondering is there something like onmousedown event type event handler available in android I went through the docs i only found
OnClickListener() OnLongClickListener & onTouchlistener() actually what I want to do is that I have an ImageButton when the users presses the button I replace it with another pressed version of it and then I want to completely replace it with another completely different imagebutton currently I am only able to do only one of them with the listeners listed above I want something like onpress listener and an onrelease listener ..... ???? how can I go about it ??? Thank you --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

