dpi: dots per inch

In order to categorize devices by their screen type, Android defines two characteristics for each device: screen size (the physical dimensions of the screen) and screen density (the physical density of the pixels on the screen, or dpi - dots per inch).

http://developer.android.com/guide/topics/fundamentals.html

trackball:

轨迹球,手机的一种输入设备,比如最典型的就是黑妹手机上的那个滚动按钮。

portrait orientation (tall) and landscape orientation (wide)

手机的屏幕可以有以上两种排列方式,用图说话:

这是landscape orientation,就是宽度比高度大。

这是portrait orientation,就是高度比宽度大。当我们转动手机90度,排列方式自动发生变化。在设计应用程序的时候,需要同时考虑这两种方式。

http://developer.android.com/resources/articles/faster-screen-orientation-change.html

http://stackoverflow.com/questions/5112118/how-to-detect-orientation-of-android-device

更多相关文章

  1. android BitmapUtil 工具类
  2. Android应用程序创建桌面快捷方式
  3. Android(安卓)Studio简单的登录界面
  4. 真正的Android
  5. [Android] 该文件包与具有同一名称的现有文件包存在冲突
  6. android控件的对齐方式
  7. Android屏幕密度(Density)和分辨率的关系
  8. Android屏幕密度(Density)和分辨率的关系
  9. 【Android手机游戏】贪吃蛇(1)

随机推荐

  1. Android Sensor Shake(WeChat)
  2. 分享七个非常有用的Android开发工具和工
  3. Android RIL总体架构介绍
  4. 图片走廊
  5. Mac Android Studio获取数字签名的方法
  6. Mac版Android studio中使用lambda表达式
  7. Android问题:com.android.builder.packagi
  8. Android Camera子系统代码流程1
  9. Android实现图片放大缩小
  10. cocos2dx在xcode下开发,编译到android上