First of all, I have searched the forums here and the net for a solution to this issue, but no luck.
I have a mapview in a list which is in a tab - all in a xml (main.xml)... Doing a setContentView(R.layout.main); works fine the first time. But when I try and switch back to that view(after doing a setContentView(R.Layout.about) - I get an error saying you can only have one mapview per mapactivity(I think thats the error).
Okay, thats well and good, but how do I cache the view so I can switch back to it? Or is there an easier/better way?
Thanks,
BD



