Friday 15 June 2012

Get Height and Weidth in android


int width,height;
Display display = getWindowManager().getDefaultDisplay();
        width = display.getWidth();
        height = display.getHeight();

No comments: