A new coffee-break course is here! 📚 ☕
Instructor @sriyanksid will give an overview of activity & #Android components, lifecycles, and lifecycle behaviour while navigating between Activities, #code challenge, & more in 13 minutes.
Shop the course: https://academy.droidcon.com/course/activity-lifecycle-android
Activity Lifecycle in Android
Activity provides a number of lifecycle callback methods that allow it to know that a state has changed from being created to being destroyed. Based on these callbacks, you can decide the behaviour of Activity when the user enters, leaves, or re-enters the Activity.