Write For Us

Android Performance Patterns: Overdraw, Cliprect, QuickReject

E-Commerce Solutions SEO Solutions Marketing Solutions
192 Views
Published
The Android system knows that overdraw is a really difficult problem, and in general, it does what it can to remove unseen surfaces before they can waste your precious processing time. But sadly, this doesn’t extend to complex custom views, where the system may not be able to understand what types of overlap are occurring on your view.
In this video +Colt McAnlis takes a look at these problems, and introduces two simple APIs to help address it in your application.
Watch more Android Performance Patterns here:
Category
Tutorials
Sign in or sign up to post comments.
Be the first to comment