/* Ottenere il display da
WindowManager */
Display display =
((WindowManager) getSystemService(WINDOW_SERVICE)).getDefaultDisplay();
/* Ricavare tutte le info che
servono */
int width = display.getWidth();
int height =
display.getHeight();
int orientation =
display.getOrientation();
Nessun commento:
Posta un commento