0

I have three activities A,B,C,D. When I use activity B, then previous activity is A. I will write it as A->B. So when I click back I go to A. However I want to start activity D from B. But instead of tree A->B->D I need to alter it to A->C->D. How can do it in android?

oneat
  • 10,778
  • 16
  • 52
  • 70

1 Answers1

0

There are many ways to do it.

You can have a lok at the below links.

First- Second- and this-

Community
  • 1
  • 1
RajSharma
  • 1,941
  • 3
  • 21
  • 34