Activity Lifecycle – Basics Of Android Kotlin
Basically, the one screen of mobile is knows as Activity in Android. Android Activity Lifecycle is controlled by 7 methods which are included in android.app.Activity class. The android Activity is the subclass of ContextThemeWrapper class. An activity is the single screen in android. It is… Read More »Activity Lifecycle – Basics Of Android Kotlin