| Interface | Description |
|---|---|
| Lynx.Listener | |
| MainThread |
Abstraction created to represent the application main thread.
|
| Class | Description |
|---|---|
| AndroidMainThread |
MainThread implementation based on Android Handler and Looper classes.
|
| Logcat |
Logcat abstraction created to be able to read from the device log output.
|
| Lynx |
Main business logic class for this project.
|
| TimeProvider |
Class created to add testability in terms of time usage.
|
| Trace |
Logcat trace representation.
|
| Enum | Description |
|---|---|
| TraceLevel |
Logcat trace levels used to indicate the trace importance.
|