
17
2.7
Display
Hardware specification
type TFT
LCD Size
5.0 inch
number of dots
W 720 x H 1280 (HD)
Dot pitch
W 0.08625 mm x H 0.08625 mm
Color 16
M
Colors
Backlight LED
backlight
How to detect the resolution
To obtain the screen resolution from the application program, use DisplayMetrics.
DisplayMetrics metrics = new DisplayMetrics();
getWindowManager().getDefaultDisplay().getMetrics(metrics);
For details of the Android DisplayMetrics, refer Android official website such as "Android
Developers".