I have three activities whose launch modes are single instance. Using onfling(), I swing them left and right.
onfling()
The problem is when I swipe right to
Also, you can do this:
FirstClass.this.overridePendingTransition(android.R.anim.slide_in_left, android.R.anim.slide_out_right);
And you don't need to add any animation xml