This demo project is a tool to observe difference of Android app task behavior depending on the order of startActivity()
and finish()
invocations.
See related StackOverflow post.
See screen recordings:
- startActivity_finish.mp4 - works as expected.
- finish_startActivity.mp4 - unexpected activity duplicate.