GabrielBRDeveloper/MasterUI

Activity Stack

Closed this issue · 1 comments

What is this

Keep activities open while finish() is not called, startActivity(....), wil add activity to top on stack, when you call finish() current activity will removed from stack and resume previous activity.

Implemented in ac51015