- 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:

- HTML5+CSS3基礎開發教程(第2版)
- 基于免疫進化的算法及應用研究
- 精通Python設計模式(第2版)
- Learning Concurrent Programming in Scala
- 新一代SDN:VMware NSX 網絡原理與實踐
- Drupal 8 Development:Beginner's Guide(Second Edition)
- Scratch編程從入門到精通
- 高性能MVVM框架的設計與實現:San
- Learning Zimbra Server Essentials
- Raspberry Pi By Example
- Go Programming Cookbook(Second Edition)
- NIO與Socket編程技術指南
- Flink大數據分析實戰
- R語言數據處理及可視化分析
- 響應式編程實戰:構建彈性、可伸縮、事件驅動的分布式系統