Please have a look on this pattern. Is it possible ???
Fragment A > Fragment B > Fragment C > Fragment D > Fragment E
index 0 > index 1 > index 2 > index 3 > index 4
Now what I want : >>>
Switch from Fragment E to Fragment B without removing Fragment D and C also not adding again Fragment E. And Is possible that index will not effected via this because I need to open Fragment E if Press back else from B > C > D will work as working as before.
Thanks