| Class | Description |
|---|---|
| App |
Singleton - Extend the App for global stuff
|
| AppExecutors |
Global executor pools for the whole application.
|
| AppExecutors.MainThreadExecutor | |
| AppUtils |
General static constants and utility methods
|
| ClipboardHelper |
Static methods for interacting with the system clipboard
|
| CustomAsyncTask<TParams,TProgress,TResult> |
This class is part of a solution to the problem of screen
orientation/Activity destruction during lengthy Async tasks.
|
| Log |
A collection of static methods to log messages
|
| ThreadedAsyncTask<Params,Progress,Result> |
Run AsynTask in parallel
|