developing for Android phone(ver 1.5)
I would like to know if there is an option to add listener when long-press Send button occurs. and also the same question about voulme-mute action ?
thanks,
ray.
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.
Since you’re using a pretty early version of the API, there is one method which could be sueful for you, KeyEvent.getDownTime().
Of course you have to set to your view the
OnKeyListenerby thesetOnKeyListenermethod:and implement the OnKeyListener interface in the class you like.