I have a FragmentActivity :
public class parking extends FragmentActivity { }
It has 3 tabs, the second and third - lists resolved.
public class tab2 extends Fragment{ }
But the first one is a map, so I cannot extend the fragment and MapActivity .
How can I solve it?
android
Rocío Gómez Escribano
source share