Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 582 Bytes

Activity Context.md

File metadata and controls

33 lines (19 loc) · 582 Bytes
date updated
2021-10-13T17:22:19+02:00

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


Activity Context

Activity Context in few words

Activity Context in details

No different from other type of [[Context]], its [[Life-Cycle]] is linked to its parent, the [[Activity]].

To access the [[Context]] use this.

![[Pasted image 20211013171350.png]]

References

Direct References

Parent References

Activity Context