Skip to content

Commit 81a2eb8

Browse files
Update README.md
1 parent 5079568 commit 81a2eb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ Android Interview Questions:
9292

9393
* **What is the difference between onCreate() and onStart()**
9494

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)
9696

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)
9898

9999
* **What is onSavedInstanceState() and onRestoreInstanceState() in activity?**
100100
- onSavedInstanceState() - This method is used to store data before pausing the activity.

0 commit comments

Comments
 (0)