Swipe left-right changes activity
问题 So I have an activity where I have a Navigation Drawer. I desactivated the swipe to open that Navigation Drawer(it only opens if I click in the button of that menu). Now I'd like to to do a swipe to change of activity ( like in iPhone). I've done this, but I'm not sure it's the right way to do it. Here's my code : GestureDetectorCompat mGestureDetector; EditText etBranche; private DrawerLayout mDrawerLayout; private ActionBarDrawerToggle mToogle; @Override protected void onCreate(Bundle