| Class | Description |
|---|---|
| KineticAlarmReceiver |
KineticAlarmReceiver
|
| KineticDBOpenHelper |
KineticDBOpenHelper is the responsible mechanism
whenever an error in the network layer occurs.
|
| KineticLogger |
KineticLogger helper provides a unified
access point to logging methods
|
| KineticMotionListener |
KineticMotionListener registers and unregister all MotionModel's required Sensors
through centralized SensorManager
|
| KineticMotionManager |
KineticMotionManager processes the SensorEvents from all the Sensors
required by the MotionModel variables (acceleration, gravity, angle, rotation rate).
|
| KineticMotionService |
KineticMotionService tracks and broadcasts sensor updates from SensorManager events
through its utility classes (KineticMotionListener, KineticMotionManager).
|
| KineticScheduledJobService |
KineticScheduledJobService creates a background JobService
which will be executed in the future, whenever the OS
determines it's the best moment to dispatch this job.
|