android-interview-questions
android-interview-questions copied to clipboard
Fragments Retention support is depreacted
setRetainInstance(boolean) is no longer supported, the recommended approach is to use ViewModel to retain Fragment's data.