Android & AIR tips

轉載請註明,來自:http://blog.csdn.net/skyman_2001

一、AIR

1. Another difference between desktop and mobile devices is that Flash Player strives to improve performance by defaulting to medium quality on mobile devices. This generally yields good results since targeted mobile devices have greater display pixel density (dots per inch) than typical desktop displays. However, this can make it harder to notice varying levels of quality when testing. 來自:http://www.adobe.com/cn/devnet/flashplayer/articles/fplayer10_1_hardware_acceleration.html

2. Keep bitmaps as small as possible. Bitmaps that are downsampled at runtime because they are drawn at a smaller size than their native resolution are a waste of speed, memory, and bandwidth. 來自:http://www.adobe.com/cn/devnet/flashplayer/articles/fplayer10_1_hardware_acceleration.html


二、Android

1. 如何獲取默認顯存容量:

使用命令:>adb pull /dev/graphics/fb0

來自:http://stackoverflow.com/questions/3154632/android-vram-check

發佈了184 篇原創文章 · 獲贊 13 · 訪問量 71萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章