File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,9 +92,9 @@ Android Interview Questions:
92
92
93
93
* ** What is the difference between onCreate() and onStart()**
94
94
95
- * ** When only onDestroy is called for an activity without onPause() and onStop()?**
95
+ * ** When only onDestroy is called for an activity without onPause() and onStop()?** - [ Learn from here ] ( https://www.youtube.com/watch?v=B2kY_ckZa-g )
96
96
97
- * ** Why do we need to call setContentView() in onCreate() of Activity class?**
97
+ * ** Why do we need to call setContentView() in onCreate() of Activity class?** - [ Learn from here ] ( https://www.youtube.com/watch?v=U1aHAt7XC5I )
98
98
99
99
* ** What is onSavedInstanceState() and onRestoreInstanceState() in activity?**
100
100
- onSavedInstanceState() - This method is used to store data before pausing the activity.
You can’t perform that action at this time.
0 commit comments