From 7571542c9d54fa3501e3ce9d50d3625e22f39e81 Mon Sep 17 00:00:00 2001 From: kmccormick Date: Mon, 4 Mar 2013 15:25:40 -0800 Subject: Doc update: Add memory mgt lesson to bitmaps class Change-Id: If780ad8bfabd66de21842bdb465d86ab24b2940c --- docs/html/training/displaying-bitmaps/index.jd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/html/training/displaying-bitmaps/index.jd') diff --git a/docs/html/training/displaying-bitmaps/index.jd b/docs/html/training/displaying-bitmaps/index.jd index b91172b..a828291 100644 --- a/docs/html/training/displaying-bitmaps/index.jd +++ b/docs/html/training/displaying-bitmaps/index.jd @@ -26,7 +26,7 @@ next.link=load-bitmap.html -

This class covers some common techniques for processing and loading {@link +

Learn how to use common techniques to process and load {@link android.graphics.Bitmap} objects in a way that keeps your user interface (UI) components responsive and avoids exceeding your application memory limit. If you're not careful, bitmaps can quickly consume your available memory budget leading to an application crash due to the dreaded @@ -70,6 +70,9 @@ exception:
{@code java.lang.OutofMemoryError: bitmap size exceeds VM budget

This lesson walks you through using a memory and disk bitmap cache to improve the responsiveness and fluidity of your UI when loading multiple bitmaps.
+
Managing Bitmap Memory
+
This lesson explains how to manage bitmap memory to maximize your app's performance.
+
Displaying Bitmaps in Your UI
This lesson brings everything together, showing you how to load multiple bitmaps into components like {@link android.support.v4.view.ViewPager} and {@link android.widget.GridView} -- cgit v1.1