Hi,
My question is a little bit silly but..
I know how to set a listener for.. let's say a button or a editext so
that when clicked some action happens:
buttonOReditextl.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {
Action goes here
}
});
My question is... how can I set a onClick event for when the user taps/
clicks on the screen? or the surface.. I'm not sure? I want a picture
to be taken when the camera is on.. but don't know how to make a
listener to all the camera view instead of having a button to take a
picture.
Thank you
--
You received this message because you are subscribed to the Google
Groups "Android Developers" 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-developers?hl=en