xml - Android gesture detect problem -
i have main.xml viewflipper imports 5 views program. if wrap whole main.xml in gestureoverlayview can detect gestures fine listener, however, displays gesture on screen.
i don't want gestures shown want them detected tried applying touch listener viewflipper doens't detect gestures.
is because viewflipper hidden behind 5 imported layouts displayed?
how apply gesture detection app without having overlayview show gestures on screen?
thanks
i found solution i'm not applying gesture detection strictly of layouts, programmatically applying activity.
gesturedetector gesturelistener = new gesturedetector(this);
once gives error tell implement unimplemented methods , code inside them necessary.
Comments
Post a Comment