- Mastering High Performance with Kotlin
- Igor Kucherenko
- 89字
- 2021-06-25 20:55:23
Slow rendering
Slow rendering is another performance issue that powerfully influences the user experience. Users expect interactive and smooth user interfaces, and that's where a development team needs to increasingly focus their efforts. It's not enough to make loading and the first rendering fast; the application also needs to perform well. Response time should be instantaneous, animations should be smooth, and scrolling should be stick-to-finger-fast. To create an application with an excellent experience, a developer needs to understand how to write code that runs as efficiently as possible.
推薦閱讀
- UNIX編程藝術
- GraphQL學習指南
- vSphere High Performance Cookbook
- Python數據分析(第2版)
- 網店設計看這本就夠了
- Learning Salesforce Einstein
- MySQL從入門到精通(軟件開發視頻大講堂)
- 基于ARM Cortex-M4F內核的MSP432 MCU開發實踐
- C#面向對象程序設計(第2版)
- Drupal 8 Development Cookbook(Second Edition)
- Microsoft HoloLens By Example
- Mastering OpenStack
- H5匠人手冊:霸屏H5實戰解密
- Mastering JavaScript Promises
- 計算思維與Python編程