就是把不同的view添加到ViewFlipper里面,就可以左右滑动顺序循环显示了,也可以指定显示哪个view,@Overridepublic boolean dispatchTouchEvent(MotionEvent ev){this.detector.onTouchEvent(ev);//在这里先处理下手势左右滑动事件return super.dispatchTouchEvent(ev);}