I'm wondering why making activity singleTask destroys the stack after returning to it. For example, with standard type if we adhere to rules, another instance of first activity should start again, but it doesn't. What's so special in singleTask? P.S. I saw this discussion: Android: bug in launchMode="singleTask"? -> activity stack not preserved
Asked
Active
Viewed 2,427 times
1 Answers
2
Check out the answer at Android singleTask or singleInstance launch mode? - which does a good job if explaining the documentation and refers on to an excellent blog / android app (at http://blog.akquinet.de/2010/02/17/android-activites-and-tasks-series-an-introduction-to-androids-ui-component-model/).
-
Just started reading those blog posts; they're a very good, clear explanation of what's going on with Intent flags and Activities. Far better than the manual! – Matt Gibson Apr 25 '12 at 07:22