- Mastering High Performance with Kotlin
- Igor Kucherenko
- 193字
- 2021-06-25 20:55:23
Device refresh rate
Users interact and see the results of how an application reacts and updates the image on the display of the device, which is why it's an essential part that provides an excellent user experience. Manufacturers continue to improve display hardware, so it's important to understand some display characteristics.
The refresh rate of a display is how many times per second the image on the screen can be refreshed. It's measured in hertz (Hz), so if the refresh rate of a display is 60 Hz, then the displayed picture cannot be updated more than 60 times per second.
The refresh rate that leads to a good experience depends on the purpose. Movies in movie theaters run at just 24 Hz, while the old TV standards were 50 Hz and 60 Hz. A typical monitor for a personal computer has a 60 Hz refresh rate, but the latest gaming displays can reach 240 Hz.
Since the device refresh rate is a hardware characteristic and a software developer can't influence it, the frame rate is of more interest. The following (from https://developer.apple.com/library/content/documentation/DeviceInformation/Reference/iOSDeviceCompatibility/Displays/Displays.html) shows the refresh rates and recommended frame rates for popular devices:

- ServiceNow Application Development
- Spring Cloud Alibaba微服務架構設計與開發實戰
- Three.js開發指南:基于WebGL和HTML5在網頁上渲染3D圖形和動畫(原書第3版)
- Mastering Natural Language Processing with Python
- Python程序設計(第3版)
- Learn WebAssembly
- 嚴密系統設計:方法、趨勢與挑戰
- Learning Python by Building Games
- Haxe Game Development Essentials
- 快人一步:系統性能提高之道
- C++ Application Development with Code:Blocks
- UML基礎與Rose建模實用教程(第三版)
- SQL Server 2012 數據庫應用教程(第3版)
- 信息學奧林匹克競賽初賽精講精練
- SOA Patterns with BizTalk Server 2013 and Microsoft Azure(Second Edition)