public class

GDUtils

extends Object
java.lang.Object
   ↳ greendroid.util.GDUtils

Class Overview

Class that provides several utility methods related to GreenDroid.

Summary

Public Methods
static ExecutorService getExecutor(Context context)
Return the GDApplication executors pool.
static GDApplication getGDApplication(Context context)
Return the current GDApplication
static ImageCache getImageCache(Context context)
Return the GDApplication image cache
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static ExecutorService getExecutor (Context context)

Return the GDApplication executors pool.

Parameters
context The calling context
Returns

public static GDApplication getGDApplication (Context context)

Return the current GDApplication

Parameters
context The calling context
Returns

public static ImageCache getImageCache (Context context)

Return the GDApplication image cache

Parameters
context The calling context
Returns