Write For Us

Android Performance Patterns: Understanding VSYNC

Sponsored Post Vitamin D2 Canada Persia
186 Views
Published
Unbeknown to most developers, there’s a simple hardware design that defines everything about how fast your application can draw things to the screen.
You may have heard the term VSYNC - VSYNC stands for vertical synchronization and it's an event that happens every time your screen starts to refresh the content it wants to show you.
Effectively, VSYNC is the product of two components Refresh Rate (how fast the hardware can refresh the screen), and Frames Per Second (how fast the GPU can draw images), and in this video +Colt McAnlis walks through each of these topics, and discusses where VSYNC (and the 16ms rendering barrier) comes from, and why it’s critical to understand if you want a silky smooth application.
Watch more Android Performance Patterns here:
Category
Tutorials
Sign in or sign up to post comments.
Be the first to comment