I want to create a application where I can redirect from one activity to another activity automatically. When I come back to first activity it shall redirect 1st activity to 2nd again.
Example:
act1--->act2(automatically)--->ac3--->ect....
Now using back button, however I reached act1 then it will again automatically redirect to act2.
I used the handler's postdelay method to redirect automatically but next time when I reached back first activity it become useless.