In my application I am using fragment tab-host with view pager and I am opening child fragment inside each tab. Every time I switch tab data get reloaded every time and one of the tab contains Google map, in Google map added markers programmatically but every time I switch tab it doubles the markers on map e.g. if I have added 10 markers for first time after switching once it get 20 and so on.
I have used this code to open child fragment
Used fragment page adapter with view pager
So please tellme how to stop reloading fragment.