Android实现左右滑动页面
@Overridepublic boolean onTouchEvent(MotionEvent event) {return this.mGestureDetector.onTouchEvent(event);}
?