i have the following AXML( layouts) .. " A B C "...i go from A to B....from B to C....and from C back to B.
When i go from A to B i use PutExtra(A) and GetExtra(B) to make a List. Everything ok until now.
When i go from C to B my GetExtra is empty...and my list is Empty also. how to solve this ?
i need to show the list with all her elements when i go from C to B