public class JusHelper
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static ImageLoader |
getImageLoader()
Returns instance of ImageLoader initialized with
FakeImageCache which effectively means
that no memory caching is used. |
static RequestQueue |
getRequestQueue() |
static void |
init(android.content.Context context) |
public static void init(android.content.Context context)
public static RequestQueue getRequestQueue()
public static ImageLoader getImageLoader()
FakeImageCache which effectively means
that no memory caching is used. This is useful for images that you know that will be show
only once.