Since I have not used actionbars (I used B4A as if he were VB.Net
)
I have a "nice" Exit button in every activity, which, in reality, is a "back".
So, to return to the Main, sometimes the user must repeatedly press "Exit".
In some activity I could add a "Home" button or "Main", but in this case, what do I do? One startActivity (Main) (including Activity.Finish in the current one)? Do not remain suspended all previous calls to the acitivities?
I have a "nice" Exit button in every activity, which, in reality, is a "back".
So, to return to the Main, sometimes the user must repeatedly press "Exit".
In some activity I could add a "Home" button or "Main", but in this case, what do I do? One startActivity (Main) (including Activity.Finish in the current one)? Do not remain suspended all previous calls to the acitivities?