I have a ViewFlipper that hold a TextEdit that fills the parent. When i swipe on the TextEdit it pops the keyboard to enter text, but i want to flip the view on swipe. How can i implement this functionality? Should i implement Gesture detection for the EditText or is there a way to ignore or pass the touch event to the parent?
Thank you.