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
I think the functionality closest to a modal view in iOS would be an Activity with theme set to for example
or