I have a some activities likr
A-> Splash Screen
B-> Home Screen
C-> a List activity
D-> a View activty
E-> a List activity
F-> a View activty
Normaly application start with A -> B
Then user select a list activity
then user select a view from list activity.
my problem is clearing activty stack.
my application will jump list or view activity to an activity (with facefook style navigation)
For example user select a list activity C and than select view activity D. at hat point user can jump to acitivty E. When in activity E, if user press o back button, user go to the activity D.
I want that to go to the activty B(Home).
I mean ı want to clear activity stact without home activity.
how can ı do this ?.
sory for awasome English.
Thanks.