My application has the following flow:
Home->screen 1->screen 2->screen 3->screen 4->screen 5>Home->screen 2->Home->Screen 3
My problem is that when I am try
Sometime finish() not working
finish()
I have solved that issue with
finishAffinity()
Do not use
System.exit(0);
It will finish app without annimation.