Files
android_development/samples/browseable/DisplayingBitmaps/_index.jd
Alexander Lucas a780ba4b15 Adding browsable prebuilt samples for march push
Change-Id: I952db10d9c9acb4940db08a07789347ea2effe4d
2014-03-10 09:21:36 -07:00

19 lines
569 B
Plaintext

page.tags="DisplayingBitmaps"
sample.group=UI
@jd:body
<p>
This is a sample application for the Android Training class
&quot;Displaying Bitmaps Efficiently&quot;
(http://developer.android.com/training/displaying-bitmaps/).\n\n
It demonstrates how to load large bitmaps efficiently off the main UI thread, caching
bitmaps (both in memory and on disk), managing bitmap memory and displaying bitmaps
in UI elements such as ViewPager and ListView/GridView.
</p>