1*d353a188SXin LiCopyright (C) 2014 The Android Open Source Project 2*d353a188SXin Li 3*d353a188SXin LiLicensed under the Apache License, Version 2.0 (the "License"); 4*d353a188SXin Liyou may not use this file except in compliance with the License. 5*d353a188SXin LiYou may obtain a copy of the License at 6*d353a188SXin Li 7*d353a188SXin Li http://www.apache.org/licenses/LICENSE-2.0 8*d353a188SXin Li 9*d353a188SXin LiUnless required by applicable law or agreed to in writing, software 10*d353a188SXin Lidistributed under the License is distributed on an "AS IS" BASIS, 11*d353a188SXin LiWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12*d353a188SXin LiSee the License for the specific language governing permissions and 13*d353a188SXin Lilimitations under the License. 14*d353a188SXin Li 15*d353a188SXin Li--------------------------------------- 16*d353a188SXin Li 17*d353a188SXin LiThis is a sample application for the Android Training class "Displaying Bitmaps 18*d353a188SXin LiEfficiently" (http://developer.android.com/training/displaying-bitmaps/). 19*d353a188SXin Li 20*d353a188SXin LiIt demonstrates how to load large bitmaps efficiently off the main UI thread, 21*d353a188SXin Licaching bitmaps (both in memory and on disk), managing bitmap memory and 22*d353a188SXin Lidisplaying bitmaps in UI elements such as ViewPager and ListView/GridView.