On Wednesday, August 1, 2012 9:12:22 PM UTC-7, havexz wrote:
> Am I missing something if so does someone knows right way for fixing the
> issue?
> Thanks in advance.
> On Tuesday, July 31, 2012 9:58:19 PM UTC-7, havexz wrote:
>> After struggling with it for a day, this is what i found.
>> I am using ListFragment and Loaders with support library.
>> If I used same/standard Loaders code in a normal Activity it ListView
>> maintains its scroll position very precisely.
>> If I am using same/standar Loaders code in ListFragment then if I scroll
>> position is complete lost afte orientation change. And it ListView is
>> scrolled to top.
>> I also noticed that 'savedInstanceState' is coming as 'null' to for
>> 'onCreate', 'onViewCreated' and 'onActivityCreated', even though I am
>> saving some state in 'onSaveInstanceState'.
>> Attached is the code for fragment.
>> I am just wondering...am I alone..:-/...?