In my new android project there are two tabs. First tab contains a map fragment which shows current location and nearby place lists with markers. And the second tab shows the current location only(Simply a map). But while tab switching no animation happens and it shows only first tabs map fragments and markers it is not loading the second map fragment. what should i do now?
here is what i am expecting