After a lot of searching, I can not find a solution to my problem.
The summary of my program I ve also checked with a tabhost. It's viewpager viewpager has fragmentpageradapter who get an instance vector fragments, the fragments will identified by their position in the vector. The first fragment instantiates a listefragment using a simpleadapter. The listfragment is loaded with json data oncreate. In the GetView method of simpleadapter, I change a textview in one of the item using a button on the item and a textview which'm part of an instance of this fragmentactivity.
I have listfragment with different json given 4 different positions in my viewpager. When I press the button on my item, my textview and change correct.
My problem When I turn pages in my viewpager and I return to the previous page of my viewpager, all calls to this issue 0 My question how to save and restore the state of the items in my listfragment? Or do I make these?
My Attempts Save and restore the fragment in my listfragment use a static method in the viewholder GetView of simpleadapter I'm turning around ............
Thanks in advance for your help