Return to Snippet

Revision: 48547
at July 5, 2011 01:24 by KolNedra


Initial Code
Display display = ((WindowManager) getSystemService(Context.WINDOW_SERVICE)).getDefaultDisplay();
float h = display.getHeight();
float w = display.getWidth();

Initial URL


Initial Description


Initial Title
[android] window size

Initial Tags
android

Initial Language
Java