Performance Enhancement:
Previously I saved ALL images in drawable
folder, this might be the reason why the map first l
You could try this
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.mapActivity);
getSreenDimanstions();
fragment = ((SupportMapFragment) getSupportFragmentManager().findFragmentById(R.id.map));
map = fragment.getMap();
}
This class is extended from Activity