Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 683 Bytes

Activity Stack.md

File metadata and controls

33 lines (21 loc) · 683 Bytes
date updated
2021-10-13T18:21:38+02:00

Topic: #android Tags: #review #pn_2 Links: [[Activity]] Date Created: 13-10-21


Activity Stack

Activity Stack in few words

Activity Stack in details

An [[Activity|activity]] is put on the [[Stack]] when it starts. An [[Activity|activity]] is removed from the [[Stack]] when the button BACK is pressed or when we pop it. We can have multiple [[Stack]] in an [[Application]] and within [[Android]]. ![[Pasted image 20211013181524.png]]


The button `HOME` doesn't remove the current [[Activity|activity]] from the [[Stack]].

References

Direct References

Parent References