page.title=Rendering page.article=true page.tags=battery page.metaDescription=Learn how to optimize your app's rendering performance. @jd:body
A key aspect of your app that influences your users' perception of quality is the smoothness with which it renders images and text to the screen. It is important to avoid jank and sluggish responsiveness when your app is drawing to the screen.
This section helps you learn several ways to optimize your app's rendering performance: reducing overdraw, optimizing view hierarchies, and taking advantage of the Profile GPU tool.