Hardware Acceleration supported device list?

孤街醉人 提交于 2019-12-11 00:52:10

问题


i have a question about Hardware Acceleration on Android. Do the device's android API level >= 11 means it must support Hardware Acceleration??

If not, does there exist a way to detect whether the device support Hardware Acceleration?

Thanks


回答1:


You can enable or desable hardware acceleration from many Level, see this link for more info visit: http://developer.android.com/guide/topics/graphics/hardware-accel.html. From View you can test hardware acceleration using for example: View.isHardwareAccelerated()



来源:https://stackoverflow.com/questions/12481198/hardware-acceleration-supported-device-list

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!