| Interface | Description |
|---|---|
| ImageUtils.InputStreamFactory |
Utility class for when an InputStream needs to be read multiple times.
|
| Utils.HorizontallyScrollable |
Interface for components that are internally scrollable left-to-right.
|
| Class | Description |
|---|---|
| AsyncTask<Params,Progress,Result> |
*************************************
Copied from JB release framework:
https://android.googlesource.com/platform/frameworks/base/+/jb-release/core/java/android/os/AsyncTask.java
so that threading behavior on all OS versions is the same and we can tweak behavior by using
executeOnExecutor() if needed.
|
| DiskLruCache |
A cache that uses a bounded amount of space on a filesystem.
|
| Exif | |
| ImageUtils | |
| InputStreamBuffer |
Wrapper for
InputStream that allows you to read bytes from it like a byte[]. |
| IOUtils | |
| IOUtils.CountingInputStream | |
| MultipartUtils |
Created by HaKr on 08/02/15.
|
| NetUtils | |
| Trace |
Stand-in for
Trace. |
| Utils |
Class containing some static utility methods.
|
| ViewCompat |
| Enum | Description |
|---|---|
| AsyncTask.Status |
Indicates the current status of the task.
|