| 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.
|
| SimpleAdapter.ViewProvider |
Interface for objects that return views for a SimpleAdapter.
|
| SimpleDialog.DialogListener | |
| SimpleEvents.EnterKeyPressListener |
A simple event listening interface that listens for Enter keypresses on an editable text view.
|
| SimpleTask.TaskExecutor |
An interface for the object that actually runs the task.
|
| 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.
|
| SimpleAdapter |
A simpler version of the Adapter used by ListViews.
|
| SimpleBitmap |
A utility class for loading and transforming Bitmap objects.
|
| SimpleCamera |
A utility class for event handling.
|
| SimpleCanvas |
A SimpleCanvas is meant as a 2D drawing surface for graphics in games and animations.
|
| SimpleDialog |
A utility class for showing various kinds of dialog boxes.
|
| SimpleDialog.DialogAdapter |
A class with empty implementations of all methods in the DialogListener interface.
|
| SimpleEvents |
A utility class for event handling.
|
| SimpleEvents.EnterKeyPressSuppressor | |
| 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.
|
| SimpleIO |
A utility class for performing input and output on files.
|
| SimpleList |
A utility class for ListViews and Adapters.
|
| SimpleLocalization |
Utility class to help with localization of common values.
|
| SimpleMedia |
A utility class for playing media.
|
| SimpleNotification |
This class is a drop-in replacement for Notification.Builder that adds a few methods for convenience.
|
| SimplePreferences |
A utility class for getting and setting preferences.
|
| 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.
|
| SimpleSpeech |
A utility class for converting text-to-speech and speech-to-text.
|
| SimpleTask |
A simplified version of the AsyncTask class that does not require the use of generics
or nested classes.
|
| SimpleView |
A utility class for view-related features.
|
| 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 |