- standard
— By default activities use this.
— Each time you open an activity, the android system will create a new instance of that activity. - singleTop
— Similar to the previous one but it differs in a scenario when the activity that we want to launch has already existed and…