I would like to understand very clearly how the activity stack works and how to use intent flags (SINGLE_TOP, etc etc) in a correct way. For example, If I want to avoid to instantiate any new activity if it is already instantiated, how could I do?
Thanks a lot in advance guys.