I'm looking for the "Android way" of implementing a modal view which interrupts the current flow, and displays another set of screens (more than one). Once done, I'd like to go back to where I was. I'm actually looking for something similar to the iOS behavior described here.
Is there a standard way of doing it in Android (ICS)?
Thanks!
Ariel