Is this normal.
The docs say
"The onStart() and onStop() methods can be called multiple times, as the activity alternates between being visible and hidden to the user"
When I press the back button an it will go back to the previous activity which totally covers the old one.
What is going on here?