Write For Us

Android Performance Patterns: Rendering Performance 101

E-Commerce Solutions SEO Solutions Marketing Solutions
243 Views
Published
Rendering performance is all about how fast you can draw your activity, and get it updated on the screen. Success here means your users feeling like your application is smooth and responsive, which means that you’ve got to get all your logic completed, _and_ all your rendering done in 16ms or less, each and every frame. But that might be a bit more difficult than you think.
In this video, +Colt McAnlis takes a look at what “rendering performance” means to developers, alongside some of the most common pitfalls that are ran into; and let’s not forget the important stuff: the tools that help you track down, and fix these issues before they become large problems.
Watch more Android Performance Patterns here:
Category
Tutorials
Sign in or sign up to post comments.
Be the first to comment