-
public class APResourceManager
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAPResourceManager.PATH
-
Method Summary
Modifier and Type Method Description static voidclearImageCache()static BitmapgetBitmapResource(Context context, String resourcePath, ImageView imageView, boolean useBackground)static BitmapgetImageResourceForAdPopcorn(Context context, String file)-
-
Method Detail
-
clearImageCache
static void clearImageCache()
-
getBitmapResource
static Bitmap getBitmapResource(Context context, String resourcePath, ImageView imageView, boolean useBackground)
-
getImageResourceForAdPopcorn
static Bitmap getImageResourceForAdPopcorn(Context context, String file)
-
-
-
-