I'm trying to get width and height from a map fragment. However methods getWidth and getHeight are deprecated and i dont now how to do in google v2.
I used to do like this way:
display = getWindowManager().getDefaultDisplay();
width = display.getWidth();
height = display.getHeight();
Please someone help