Write For Us

Android Performance Patterns: Invalidations, Layouts, and Performance

Sponsored Post Vitamin D2 Canada Persia
223 Views
Published
Views are the backbone of your Android Activity, but have you ever really understood how much updating the visual properties of a view affects your performance? In order to hit the middle ground between performance and flexibility, Android’s UI Toolkit must execute a number of stages to prepare data before rendering it to the screen. So every time you change one of those views, this pipeline has to spin up, and start doing work again.
In this video, +Colt McAnlis introduces the required stages of the rendering pipeline, and describes what actions in your application will trigger each of them to occur.
Watch more Android Performance Patterns here:
Category
Tutorials
Sign in or sign up to post comments.
Be the first to comment