1page.title=Animation and Graphics
2page.landing=true
3page.landing.intro=Make your apps look and perform their best using Android's powerful graphics features such as OpenGL, hardware acceleration, and built-in UI animations.
4page.landing.image=
5
6@jd:body
7
8<div class="landing-docs">
9
10  <div class="col-6">
11    <h3>Blog Articles</h3>
12      <a
13href="http://android-developers.blogspot.com/2011/11/android-40-graphics-and-animations.html">
14        <h4>Android 4.0 Graphics and Animations</h4>
15        <p>Earlier this year, Android 3.0 launched with a new 2D rendering pipeline designed to
16support hardware acceleration on tablets. With this new pipeline, all drawing operations performed
17by the UI toolkit are carried out using the GPU. You’ll be happy to hear that Android 4.0, Ice Cream
18Sandwich, brings an improved version of the hardware-accelerated 2D rendering pipeline.</p>
19      </a>
20
21      <a
22href="http://android-developers.blogspot.com/2011/05/introducing-viewpropertyanimator.html">
23        <h4>Introducing ViewPropertyAnimator</h4>
24        <p>This new animation system makes it easy to animate any kind of property on any object,
25including the new properties added to the View class in 3.0. In the 3.1 release, we added a small
26utility class that makes animating these properties even easier.</p>
27      </a>
28
29      <a
30href="http://android-developers.blogspot.com/2011/03/android-30-hardware-acceleration.html">
31        <h4>Android 3.0 Hardware Acceleration</h4>
32        <p>Hardware accelerated graphics is nothing new to the Android platform, it has always been
33used for windows composition or OpenGL games for instance, but with this new rendering pipeline
34applications can benefit from an extra boost in performance.</p>
35      </a>
36  </div>
37
38  <div class="col-6">
39    <h3>Training</h3>
40    <a href="{@docRoot}training/displaying-bitmaps/index.html">
41      <h4>Displaying Bitmaps Efficiently</h4>
42      <p>This class covers some common techniques for processing and loading Bitmap objects in a way
43that keeps your user interface (UI) components responsive and avoids exceeding your application
44memory limit.</p>
45    </a>
46
47
48  </div>
49</div>