android-interview-questions icon indicating copy to clipboard operation
android-interview-questions copied to clipboard

Fragments Retention support is depreacted

Open mirwisek opened this issue 3 years ago • 0 comments

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

mirwisek avatar Feb 18 '22 17:02 mirwisek