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 ActivityFitnessTopListAdapter.currentActivityActivity that is currently processed by the Adapter.Fields in yearreview.app.data.sources.fitness.databse with type parameters of type ActivityModifier and TypeFieldDescriptionFitnessDatabase.activitiesA Set that stores allActivitiesby sorted by their starting times.FitnessTopListAdapter.activityIteratorIterator 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 TypeMethodDescriptionintCompares one activity to another by comparing the starting times.voidFitnessDatabase.insertActivity(Activity a) Inserts an Activity into the Database.