aboutsummaryrefslogtreecommitdiff
path: root/ui/graphics/DisplayingBitmaps/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'ui/graphics/DisplayingBitmaps/README.md')
-rw-r--r--ui/graphics/DisplayingBitmaps/README.md26
1 files changed, 19 insertions, 7 deletions
diff --git a/ui/graphics/DisplayingBitmaps/README.md b/ui/graphics/DisplayingBitmaps/README.md
index 95ea0d72..8402f441 100644
--- a/ui/graphics/DisplayingBitmaps/README.md
+++ b/ui/graphics/DisplayingBitmaps/README.md
@@ -1,22 +1,34 @@
+
Android DisplayingBitmaps Sample
-==============================
+===================================
+
+Sample demonstrating 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.
-This is a sample application for the Android Training class
-"Displaying Bitmaps Efficiently"
-(http://developer.android.com/training/displaying-bitmaps/).
+Introduction
+------------
+This is a sample application for the Android Training class [Displaying Bitmaps Efficiently][1].
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.
+[1]: http://developer.android.com/training/displaying-bitmaps/
+
Pre-requisites
--------------
-- Android SDK v20
-- Android Build Tools v20
+- Android SDK v23
+- Android Build Tools v22.0.1
- Android Support Repository
+Screenshots
+-------------
+
+<img src="screenshots/1-gridview.png" height="400" alt="Screenshot"/> <img src="screenshots/2-detail.png" height="400" alt="Screenshot"/>
+
Getting Started
---------------
@@ -47,7 +59,7 @@ file to you under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at
- http://www.apache.org/licenses/LICENSE-2.0
+http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT