I am creating application which can use google fit api. I want to get all the activities(Movements) available in the google fit. Here the list of activities in google fit
The Google Fit activities are listed in the FitnessActivities class.
You can programmatically get a list of all these fields using:
FitnessActivities.class.getFields()