amitshekhariitbhu / android-interview-questions

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

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

Closed kshatriyaArjunDeveloper closed 9 months ago

kshatriyaArjunDeveloper commented 3 years ago

It should be onSaveInstanceState() not onSavedInstanceState()

amitshekhariitbhu commented 9 months ago

Corrected