• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2page.tags="DisplayingBitmaps"
3sample.group=UI
4@jd:body
5
6<p>
7
8            This is a sample application for the Android Training class
9            &quot;Displaying Bitmaps Efficiently&quot;
10            (http://developer.android.com/training/displaying-bitmaps/).\n\n
11
12            It demonstrates how to load large bitmaps efficiently off the main UI thread, caching
13            bitmaps (both in memory and on disk), managing bitmap memory and displaying bitmaps
14            in UI elements such as ViewPager and ListView/GridView.
15
16        </p>
17