Duplicate Listfragment Entries When Changing Orientation
So, I'm developing an app with fragments, and everything is fine, except that when I change orientation the entries on my ListFragment duplicate like this: And when I go back to
Solution 1:
You say the AsyncTaskLoader only runs when the app starts... On orientation change the app is restarting, so maybe it's running a second time?
Post a Comment for "Duplicate Listfragment Entries When Changing Orientation"