| Interface | Description |
|---|---|
| OnSwipeListener.OnScaleListenerImpl |
This interface makes it easier to detect mouse/finger pinch-to-scale motions on a view.
|
| OnSwipeListener.OnSwipeListenerImpl |
This interface makes it easier to detect mouse/finger swipe motions on a view.
|
| Class | Description |
|---|---|
| AnimationLoop |
This class is a helper to wrap up some of the icky code needed to
initiate an animation thread that repaints a view at regular intervals.
|
| OnSwipeListener |
This class makes it easier to detect mouse/finger swipe motions on a view.
|
| OnSwipeListener.OnSwipeAdapterImpl |
This class makes it easier to detect mouse/finger swipe motions on a view.
|
| SimpleActivity |
A SimpleActivity is meant as a drop-in replacement for Android's Activity class.
|
| SimpleCanvas |
A SimpleCanvas is meant as a 2D drawing surface for graphics in games and animations.
|
| SimpleFragment |
A SimpleFragment is meant as a drop-in replacement for Android's Fragment
or DialogFragment classes.
|
| SimpleIntentService |
A SimpleService is meant as a drop-in replacement for Android's IntentService class.
|
| SimpleLocalization |
Utility class to help with localization of common values.
|
| SimpleNotification |
This class is a drop-in replacement for Notification.Builder that adds a few methods for convenience.
|
| SimpleProgressDialog |
A version of ProgressDialog that auto-closes when it reaches 100% progress.
|
| SimpleService |
A SimpleService is meant as a drop-in replacement for Android's Service class.
|
| Version |
A convenience class that prints the library's version when run.
|
| Exception | Description |
|---|---|
| IORuntimeException |
This exception class is a thin wrapper around Java's I/O exception classes
like FileNotFoundException and IOException.
|
| MissingMethodException |
An exception thrown when a SimpleActivity subclass does not implement
a method that it ought to implement.
|
| PermissionRuntimeException |
An exception thrown when a SimpleActivity subclass does not have
permission to do something it wants to do.
|
| ReflectionRuntimeException |
This exception class is a thin wrapper around Java's reflection exception classes
like ClassNotFoundException and NoSuchMethodException.
|
| Annotation Type | Description |
|---|---|
| AutoSaveFields |
This annotation can be placed at the top of a SimpleActivity class to make its
fields auto-save themselves when that activity loads and unloads from memory.
|
| SimpleActivity.ToastLength |