Top "Activity-stack" questions

Activities can open other activities.

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 …

android activity-stack
onCreate always called if navigating back with intent

I have an activity called HomeActivity that has a SurfaceView and shows a camera preview picture. This activity is quiet …

android back-stack activity-stack
How to see the activity stack in debug?

I have a problem that one of my activities is popping out after I think I finished it. Is there …

android activity-stack
what is the right way to clear background activity/activites from stack?

as the questions title says - I need to know what is the best way to "remove"/destroy/finish an …

android android-activity broadcastreceiver activity-finish activity-stack
Android launch an activity from a broadcast receiver

I know it may not be best practice but this is what i want to do. When my broadcast receiver …

android broadcastreceiver activity-stack taskaffinity