activity-stack
Android activity stack size problems?
I have an application with lots of activities. Many of these activities can start others, so the user\'s expected to generate a quite large activity stack.[详细]
2023-02-06 22:10 分类:问答android: Moving through activities without popping them
I have the following I wish to achieve: Activity A -> Activity B Activity B -> Activity A On paper it sounds like the same thing as just hitting the back button. Problem is, I don\'t want Activity[详细]
2023-02-03 17:42 分类:问答Android: keep task's activity stack after restart from HOME
My application has two activities, that I start in this order: HOME > A > B Now I press HOME and launch \"A\" again. I would like to see activity \"B\" on a top of \"A\", but instead I get \"[详细]
2022-12-16 21:00 分类:问答