Home | History | Annotate | Download | only in displaying-bitmaps

Lines Matching full:bitmaps

1 page.title=Displaying Bitmaps Efficiently
2 page.tags=bitmaps,images,graphics
44 and avoids exceeding your application memory limit. If you're not careful, bitmaps can quickly
48 <p>There are a number of reasons why loading bitmaps in your Android application is tricky:</p>
58 <li>Bitmaps take up a lot of memory, especially for rich images like photographs. For example, the
64 <li>Android app UI?s frequently require several bitmaps to be loaded at once. Components such as
66 android.support.v4.view.ViewPager} commonly include multiple bitmaps on-screen at once with many
73 <dt><b><a href="load-bitmap.html">Loading Large Bitmaps Efficiently</a></b></dt>
74 <dd>This lesson walks you through decoding large bitmaps without exceeding the per application
77 <dt><b><a href="process-bitmap.html">Processing Bitmaps Off the UI Thread</a></b></dt>
79 on the main UI thread. This lesson walks you through processing bitmaps in a background thread
82 <dt><b><a href="cache-bitmap.html">Caching Bitmaps</a></b></dt>
84 responsiveness and fluidity of your UI when loading multiple bitmaps.</dd>
89 <dt><b><a href="display-bitmap.html">Displaying Bitmaps in Your UI</a></b></dt>
90 <dd>This lesson brings everything together, showing you how to load multiple bitmaps into