Package com.codename1.health.workout
package com.codename1.health.workout
Workout recording, live where the operating system supports it and framework-recorded everywhere else.
Start at WorkoutManager, reached from
Health.getWorkouts().
Check WorkoutManager.isLiveSessionSupported()
and
WorkoutManager.isSensorCollectionSupported()
before building UI around live statistics: on an Android phone a
workout records only the samples the app feeds it.
-
ClassDescriptionDescribes a workout about to be started.A marked moment inside a workout -- a lap, a segment boundary, a user-placed marker.What kind of moment an event marks.Whether a workout happens indoors or outdoors.Starts and tracks workout recordings.A workout being recorded.Receives workout lifecycle and statistics updates.The lifecycle of a
WorkoutSession.