Hi,
I have a custom View with Children and it has also implemented
OnGestureListener. In custom view class I have also overridden
"onSingleTapUp() function as below.
@Override
public boolean onSingleTapUp(MotionEvent e) {
// TODO Auto-generated method stub
return false;
}
How I will Intercept this Tap action from my MAIN ACTIVITY class when I tap
on any child of custom view?
Thanks in advance for your explanation. Please give some example or pointer.
argongold
--
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