android 取得螢幕解析度 // 取得螢幕解析度 DisplayMetrics dm = new DisplayMetrics(); this.getWindowManager ...
sadprogrammer.blogspot.com