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