I am still fairly new to understanding android and heard about activity stacks.
From what I read and understood was that it creates stack as you progress to each activity and leaves it behind as a stack item.
My question are:
Would removing an activity stack cause android to save more memory? eg. such as activity that has a lot of images.
Would it be better to remove activity stacks knowing that you want them to start from scratch in the first place?.
If there is anything that has to be corrected on my second sentence please mention it as well.