amitshekhariitbhu / android-interview-questions

Your Cheat Sheet For Android Interview - Android Interview Questions and Answers
https://outcomeschool.com
Apache License 2.0
11.2k stars 2.22k forks source link

Method name is wrong which is leading towards confusion : What is onSavedInstanceState() and onRestoreInstanceState() in activity? #95

Closed kshatriyaArjunDeveloper closed 7 months ago

kshatriyaArjunDeveloper commented 3 years ago

It should be onSaveInstanceState() not onSavedInstanceState()

amitshekhariitbhu commented 7 months ago

Corrected