diff options
Diffstat (limited to 'docs/html/training/displaying-bitmaps/display-bitmap.jd')
-rw-r--r-- | docs/html/training/displaying-bitmaps/display-bitmap.jd | 3 |
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> |