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

Fragments Retention support is depreacted #113

Closed mirwisek closed 7 months ago

mirwisek commented 2 years ago

setRetainInstance(boolean) is no longer supported, the recommended approach is to use ViewModel to retain Fragment's data.