Skip to content Skip to sidebar Skip to footer

Loader Not Retained And Always Created On Orientation Change

I have an Activity A that contains a Fragment B that contains a Fragment C. Currently, Fragment B's LoaderManager manages one CursorLoader. The data is given to Fragment C. On orie

Solution 1:

It's an open bug, Google is aware and hopefully plan on fixing it

https://code.google.com/p/android/issues/detail?id=183783

Post a Comment for "Loader Not Retained And Always Created On Orientation Change"