Uses of Class
yearreview.app.data.sources.fitness.databse.Activity
-
Uses of Activity in yearreview.app.data.sources.fitness.databse
Modifier and TypeFieldDescriptionprivate Activity
FitnessTopListAdapter.currentActivity
Activity that is currently processed by the Adapter.Modifier and TypeFieldDescriptionFitnessDatabase.activities
A Set that stores allActivities
by sorted by their starting times.FitnessTopListAdapter.activityIterator
Iterator for the Activities provided by theFitnessDatabase
.Modifier and TypeMethodDescriptionFitnessDatabase.iterator()
Returns an iterator for the Database that provides the Activities sorted by their starting time.Modifier and TypeMethodDescriptionint
Compares one activity to another by comparing the starting times.void
FitnessDatabase.insertActivity
(Activity a) Inserts an Activity into the Database.