CustomView: #2. Discussing Lifecycle of a CustomView

Опубликовано: 30 Апрель 2021
на канале: : TechUrTime :
875
18

Custom View is a very integral part of building an enterprise-level android app. With custom views being developed once, we can use them in different activities.
In this video, we will discuss the lifecycle of a custom view. Further, we will run our sample application and go through each lifecycle callback in a CustomView as and when it gets invoked. 🙂

0:00 Discussing Lifecycle callbacks and their orderings
3:55 Demo with app
8:28 Wrapping up