summaryrefslogtreecommitdiffstats
path: root/docs/html/training/displaying-bitmaps
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2012-04-20 11:53:32 -0700
committerScott Main <smain@google.com>2012-04-20 11:53:32 -0700
commitf90f4ed19c1bd7e0492c1aa1494a1d8ed5185275 (patch)
tree8ed1dad2682b74c7446e95d84b6baa489e12e905 /docs/html/training/displaying-bitmaps
parent71427bae84f51b5c269b2520c36d2811491e67fb (diff)
downloadframeworks_base-f90f4ed19c1bd7e0492c1aa1494a1d8ed5185275.zip
frameworks_base-f90f4ed19c1bd7e0492c1aa1494a1d8ed5185275.tar.gz
frameworks_base-f90f4ed19c1bd7e0492c1aa1494a1d8ed5185275.tar.bz2
docs: fix more broken links
Change-Id: Ia5317f5ead8ac9810c893576596bd3a80f6ecbdb
Diffstat (limited to 'docs/html/training/displaying-bitmaps')
-rw-r--r--docs/html/training/displaying-bitmaps/display-bitmap.jd3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/html/training/displaying-bitmaps/display-bitmap.jd b/docs/html/training/displaying-bitmaps/display-bitmap.jd
index 7a93313..5eac04c 100644
--- a/docs/html/training/displaying-bitmaps/display-bitmap.jd
+++ b/docs/html/training/displaying-bitmaps/display-bitmap.jd
@@ -315,7 +315,8 @@ additional processing needs to be done, your UI grinds to a halt.</p>
<p>The same asynchronous processing and caching methods from the previous section can be implemented
here. However, you also need to wary of concurrency issues as the {@link android.widget.GridView}
recycles its children views. To handle this, use the techniques discussed in the <a
-href="process-bitmap#concurrency">Processing Bitmaps Off the UI Thread</a> lesson. Here is the updated
+href="process-bitmap.html#concurrency">Processing Bitmaps Off the UI Thread</a> lesson. Here is the
+updated
solution:</p>
<pre>